From ddc2fcda0a3b963675ec2847b41b5a660dae477a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:40:57 +0200 Subject: [PATCH] :arrow_up: Update tj-actions/branch-names action to v5.4 (#202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68d3229..2f50121 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v5.3 + uses: tj-actions/branch-names@v5.4 - name: Set tag run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99a2c60..c599ed1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v5.3 + uses: tj-actions/branch-names@v5.4 - name: Set tag run: |