From 93cfe8f5ac7f9bc39da8a9e48180c44947351287 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 21:09:08 +0000 Subject: [PATCH] chore(devdeps): update nrwl/nx-set-shas action to v5 --- .github/actions/setup/action.yml | 2 +- .github/workflows/ci-fork.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 9d83145428..480e2d1359 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -53,7 +53,7 @@ runs: shell: bash - name: Set Nx SHAs - uses: nrwl/nx-set-shas@v4 + uses: nrwl/nx-set-shas@v5 - name: Check TS References are Synced shell: bash diff --git a/.github/workflows/ci-fork.yml b/.github/workflows/ci-fork.yml index f04e8082ac..01965d4903 100644 --- a/.github/workflows/ci-fork.yml +++ b/.github/workflows/ci-fork.yml @@ -52,7 +52,7 @@ jobs: git fetch origin +refs/heads/main:refs/remotes/upstream/main git branch --force main upstream/main - - uses: nrwl/nx-set-shas@v4 + - uses: nrwl/nx-set-shas@v5 - run: pnpm nx format:check - run: pnpm nx affected -t build typecheck lint test e2e-ci --no-agents