Skip to content

Commit

Permalink
chore(deps): update nrwl/nx-set-shas action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 1852b1d commit 4fda2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-cloudfront.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
build-cache-${{ (inputs.package_manager == 'yarn') && hashFiles('yarn.lock') || hashFiles('package-lock.json') }}-
build-cache-
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
with:
main-branch-name: "master"
if: inputs.with_nx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-s3-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
build-cache-${{ (inputs.package_manager == 'yarn') && hashFiles('yarn.lock') || hashFiles('package-lock.json') }}-
build-cache-
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
with:
main-branch-name: "master"
if: inputs.with_nx
Expand Down

0 comments on commit 4fda2f8

Please sign in to comment.