Skip to content

Commit

Permalink
Use production versions of shared actions
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Feb 21, 2025
1 parent bda9555 commit e242d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: push
jobs:
backend-check:
name: "Backend Check"
uses: pennlabs/shared-actions/.github/workflows/django.yaml@bump-reusable-workflows
uses: pennlabs/shared-actions/.github/workflows/django.yaml@v0.1.5
secrets: inherit
with:
projectName: pennclubs
Expand All @@ -20,7 +20,7 @@ jobs:

frontend-check:
name: "Frontend Check"
uses: pennlabs/shared-actions/.github/workflows/react.yaml@bump-reusable-workflows
uses: pennlabs/shared-actions/.github/workflows/react.yaml@v0.1.5
secrets: inherit
with:
path: frontend
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

deploy:
name: "Deploy"
uses: pennlabs/shared-actions/.github/workflows/deployment.yaml@v0.1.3-patch.1
uses: pennlabs/shared-actions/.github/workflows/deployment.yaml@v0.1.5

with:
githubRef: ${{ github.ref }}
Expand Down

0 comments on commit e242d5e

Please sign in to comment.