From 3d09f66b664efba44bcc79a241bd7ec49ffef6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 13:00:20 +0000 Subject: [PATCH] Bump tj-actions/branch-names from 6 to 7 Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 6 to 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/v6...v7) --- updated-dependencies: - dependency-name: tj-actions/branch-names dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-files.yml b/.github/workflows/sync-files.yml index bc5e4910..13c54617 100644 --- a/.github/workflows/sync-files.yml +++ b/.github/workflows/sync-files.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v3 - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v7 - name: Save branch name run: echo "branch=${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_OUTPUT - name: Deploy