From 8a972b76ca633113bb76670afaae499c6d1ae760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:31:29 +0000 Subject: [PATCH] chore(deps): bump tj-actions/branch-names in /.github/workflows Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 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/v5...v7.0.7) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 941169e..c942c3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Get Branch Name id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v7.0.7 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1 @@ -91,7 +91,7 @@ jobs: - name: Get Branch Name id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v7.0.7 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1