diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 3fa3f7b8..b31dc981 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -81,7 +81,7 @@ jobs: # if not created => rebase to master - name: ReSync Branch if: ${{ steps.branch.outputs.created == 'false' }} - uses: Joao208/resync-branch@1.5.0 + uses: Joao208/resync-branch@1.5.1 with: PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH_NAME: ${{ steps.work_branch.outputs.value }}