From d37888856436175281a9cc4f81c437c8e5afe8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:34:51 +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 686a548..d66a15b 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: Install Cypress dependencies run: sudo apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb - name: Use Node.js ${{ matrix.node-version }}