diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 1a388ec4..c7302fb9 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -14,7 +14,7 @@ jobs: ref: sec - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v7 - name: Generate new tag id: generate-tag diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 772a2892..e6c366ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1020,7 +1020,7 @@ jobs: bash - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v7 if: github.event_name == 'pull_request' && matrix.fetch-depth == 0 - uses: nrwl/nx-set-shas@v3 id: last_successful_commit