From 6777efe3caaf110650443295dcfe44b6001c2803 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:18:59 -0600 Subject: [PATCH] chore(deps): update nrwl/nx-set-shas action to v4 (#1635) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dddbc3dc..bdc8cc4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1943,7 +1943,7 @@ jobs: id: branch-name uses: tj-actions/branch-names@v7 if: github.event_name == 'pull_request' && matrix.fetch-depth == 0 - - uses: nrwl/nx-set-shas@v3 + - uses: nrwl/nx-set-shas@v4 id: last_successful_commit if: github.event_name == 'pull_request' && github.event.action != 'closed' && matrix.fetch-depth == 0 with: