diff --git a/.github/workflows/sync-template.yml b/.github/workflows/sync-template.yml index 5356e18..8f28a44 100644 --- a/.github/workflows/sync-template.yml +++ b/.github/workflows/sync-template.yml @@ -96,7 +96,7 @@ jobs: - name: Create Pull Request if: steps.changes.outputs.has_changes == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: path: template token: ${{ secrets.TEMPLATE_SYNC_TOKEN }}