From 68d6781e758dd08e1ea7550b9909f4d1111217f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:31:24 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 5 to 7.0.7 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/publish-drafts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-drafts.yml b/.github/workflows/publish-drafts.yml index b81a6ec..e4b013b 100644 --- a/.github/workflows/publish-drafts.yml +++ b/.github/workflows/publish-drafts.yml @@ -26,7 +26,7 @@ jobs: - name: Get Branch Name for Publish Folder id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v7.0.7 - name: Set Jekyll baseurl to Publish Folder uses: mikefarah/yq@master