From 3b133a35d8919e18ba9aeb42ef1db43d27de062a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:02:29 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 4 to 8 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 4 to 8. - [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/v4...v8) --- 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/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 190a7bb91a..f43b7bb4ce 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v4 + uses: tj-actions/branch-names@v8 - name: Install Rust uses: actions-rs/toolchain@v1 with: