From 0db04c578e0ff50313186937868eb6fa67fa4acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 21:02:49 +0000 Subject: [PATCH] chore(deps): bump tj-actions/branch-names from 5 to 7 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 5 to 7. - [Release notes](https://github.com/tj-actions/branch-names/releases) - [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/branch-names/compare/v5...v7) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 3e675d0..7941e3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -654,7 +654,7 @@ jobs: bash - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v7 if: github.event_name == 'pull_request' - uses: nrwl/last-successful-commit-action@v1 id: last_successful_commit