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