From 5888295677d1cec1b611dd478c66a0484bed41a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:03:01 +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/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 70a0723a..0865b688 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile --prefer-offline - name: Get base and head commits for `nx affected` - uses: nrwl/nx-set-shas@v3 + uses: nrwl/nx-set-shas@v4 with: main-branch-name: 'main' - name: Run Checks