From 8688e8f8e2d56c5dfc09e058f11cc01441d01cf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 06:45:47 +0000 Subject: [PATCH] Bump tj-actions/branch-names action to v6 --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5bdf200..296a872 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Get Information id: branch-info - uses: tj-actions/branch-names@v5.2 + uses: tj-actions/branch-names@v6.1 - name: Source Branch is not trunk if: steps.branch-info.outputs.head_ref_branch == 'trunk' run: exit 2