From c31e1be4565df22159bd1b137d4ded9166bd59f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:02:24 +0000 Subject: [PATCH 1/2] 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 From 60b1b07240183e00d006f57803cac32335797dfd Mon Sep 17 00:00:00 2001 From: "nx-cloud[bot]" <71083854+nx-cloud[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:11:25 +0000 Subject: [PATCH 2/2] chore(devdeps): update nrwl/nx-set-shas action to v5 [Self-Healing CI Rerun]