From 52768113291678182e871325ee8ffa8eb8ec8419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:36:52 +0000 Subject: [PATCH] chore(deps)(deps): bump nrwl/nx-set-shas from 4 to 5 Bumps [nrwl/nx-set-shas](https://github.com/nrwl/nx-set-shas) from 4 to 5. - [Release notes](https://github.com/nrwl/nx-set-shas/releases) - [Commits](https://github.com/nrwl/nx-set-shas/compare/v4...v5) --- updated-dependencies: - dependency-name: nrwl/nx-set-shas dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index f5cc818..70999b8 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -188,7 +188,7 @@ jobs: - name: enable nx shas if: ${{ success() && hashFiles('./nx.json') != '' }} - uses: nrwl/nx-set-shas@v4 + uses: nrwl/nx-set-shas@v5 with: main-branch-name: main