Skip to content

Commit a30aa99

Browse files
authored
Pin shared actions version to v0.1.9
1 parent 85c3a6a commit a30aa99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33
jobs:
44
react:
55
name: React
6-
uses: pennlabs/shared-actions/.github/workflows/react.yaml@main
6+
uses: pennlabs/shared-actions/.github/workflows/react.yaml@v0.1.9
77
with:
88
imageName: penn-basics
99
path: .
@@ -14,7 +14,7 @@ jobs:
1414
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1515
deployment:
1616
name: Deploy
17-
uses: pennlabs/shared-actions/.github/workflows/deployment.yaml@main
17+
uses: pennlabs/shared-actions/.github/workflows/deployment.yaml@v0.1.9
1818
with:
1919
githubRef: ${{ github.ref }}
2020
secrets:

0 commit comments

Comments
 (0)