From efd73ba311413569fd32ac72372cbd0dbb4415ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:26:11 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 4 to 6 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 4 to 6. - [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...v6) --- 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..d0592adf91 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@v6 - name: Install Rust uses: actions-rs/toolchain@v1 with: