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