From 582aa82756b2ee2ee7a2b3be6d103f31fd24b95c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 17:24:34 +0000 Subject: [PATCH] chore(deps): bump nrwl/nx-set-shas from 3 to 4 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](https://github.com/nrwl/nx-set-shas/compare/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] --- .github/workflows/push.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 749b0748..46c507d8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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