From 0511e9ce745b8223314eba7b14f1124a719aa283 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 21:08:38 +0000 Subject: [PATCH] chore(deps): update tj-actions/branch-names action to v7 --- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 1a388ec4c65..c7302fb95fe 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 772a289253d..e6c366caceb 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