From 1edb507a6e9bfe7a3798b16c219cb223fcf1db64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 03:43:11 +0000 Subject: [PATCH] Update nrwl/nx-set-shas action to v4 --- .github/workflows/check.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3c93d53e5..028a7ba6a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: nrwl/nx-set-shas@v3 + - uses: nrwl/nx-set-shas@v4 with: main-branch-name: 'next' - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2abe7fc7f..7960c091a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Prepare repository run: git fetch --unshallow --tags - - uses: nrwl/nx-set-shas@v3 + - uses: nrwl/nx-set-shas@v4 with: main-branch-name: 'next' - uses: actions/setup-node@v3