Skip to content

Commit

Permalink
Update GitHub Actions deprecations (Node 16->Node 20)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhgov authored and chrislaick committed Jul 10, 2024
1 parent 1aa8528 commit bbda8a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
docker push ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_IMAGE_NAME }}-nginx:${{ env.GITHUB_REFERENCE }}
- name: Checkout Tenant GitOps Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: bcgov-c/tenant-gitops-ea352d
path: tenant-gitops
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: echo "GITHUB_REFERENCE=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_ENV

- name: Checkout Tenant GitOps Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: bcgov-c/tenant-gitops-ea352d
path: tenant-gitops
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: echo "GITHUB_REFERENCE=$(echo ${GITHUB_REF#refs/tags/})" >> $GITHUB_ENV

- name: Checkout Tenant GitOps Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: bcgov-c/tenant-gitops-ea352d
path: tenant-gitops
Expand Down

0 comments on commit bbda8a1

Please sign in to comment.