From 0d6234e6bb1cccf30c0fc049b753c8a1e7af0ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:16:49 +0000 Subject: [PATCH] deps(repo): 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e055db..cc31c91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Derive appropriate SHAs for base and head for `nx affected` commands - uses: nrwl/nx-set-shas@v3 + uses: nrwl/nx-set-shas@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: