From ed7d54b60ce4fb25c9c61671f5bbb3cdec91a8cd Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 29 Dec 2023 15:27:50 +0000 Subject: [PATCH] :arrow_up: Update tj-actions/branch-names action to v5.6 --- .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 bc88aeb..177a9f3 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.4 + uses: tj-actions/branch-names@v5.6 - name: Set tag run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5af1ae..38b05a2 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.4 + uses: tj-actions/branch-names@v5.6 - name: Set tag run: |