Skip to content

Commit

Permalink
chore(deps): bump nrwl/nx-set-shas from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [nrwl/nx-set-shas](https://github.com/nrwl/nx-set-shas) from 3 to 4.
- [Release notes](https://github.com/nrwl/nx-set-shas/releases)
- [Commits](nrwl/nx-set-shas@v3...v4)

---
updated-dependencies:
- dependency-name: nrwl/nx-set-shas
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2023
1 parent d4fa449 commit 942a7ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
- run: npm ci
- run: npx nx run-many --target=build --parallel=4

Expand All @@ -35,7 +35,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
- run: npm ci
# by making this job depend on the build job, the following line should be
# 100% cache hits; The nx cache seems to be much easier to use than the
Expand All @@ -55,7 +55,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
- run: npm ci
# by making this job depend on the build job, the following line should be
# 100% cache hits; The nx cache seems to be much easier to use than the
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
- run: npm ci
# by making this job depend on the build job, the following line should be
# 100% cache hits; The nx cache seems to be much easier to use than the
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
- run: npm ci
# by making this job depend on the build job, the following line should be
# 100% cache hits; The nx cache seems to be much easier to use than the
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
with:
node-version: 18
cache: 'npm'
- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4
- run: npm ci
# by making this job depend on the build job, the following line should be
# 100% cache hits; The nx cache seems to be much easier to use than the
Expand Down

0 comments on commit 942a7ad

Please sign in to comment.