diff --git a/.github/workflows/update-template.yaml b/.github/workflows/update-template.yaml index c3fb8a1..b7f0585 100644 --- a/.github/workflows/update-template.yaml +++ b/.github/workflows/update-template.yaml @@ -22,7 +22,7 @@ jobs: echo "::set-output name=changes::$(git diff)" - name: Create PR if: ${{ steps.update.outputs.changes != '' }} - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: update template title: update template