From d368d6d9384ad19609525ac71f13a55295124e05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:05:41 +0000 Subject: [PATCH] chore(deps): update nrwl/nx-set-shas action to v4 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7c3d19b..980a3c4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,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: Setup uses: ./.github/actions/setup - name: Lint, Build, Test @@ -42,7 +42,7 @@ jobs: # ref: ${{ github.event.pull_request.head.ref }} 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: Setup uses: ./.github/actions/setup - name: Lint, Build, Test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f04a53a..db6c7d79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,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: Setup uses: ./.github/actions/setup