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 Oct 21, 2024
1 parent a71c8d6 commit 21ad62d
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 @@ -142,7 +142,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 @@ -128,7 +128,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 21ad62d

Please sign in to comment.