From c040dc35da6825a0950cad839400ef7be5c3d2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:34:01 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 7.0.5 to 7.0.7 in /.github/workflows Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 7.0.5 to 7.0.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/v7.0.5...v7.0.7) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 4c30501..4ff5961 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -31,7 +31,7 @@ jobs: - name: Get tag id: tag - uses: tj-actions/branch-names@v7.0.5 + uses: tj-actions/branch-names@v7.0.7 - name: Use tag run: echo ${{steps.tag.outputs.tag}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a058341..d25159d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Get tag id: tag - uses: tj-actions/branch-names@v7.0.5 + uses: tj-actions/branch-names@v7.0.7 - name: Use tag run: echo ${{steps.tag.outputs.tag}}