diff --git a/.github/workflows/update-template.yaml b/.github/workflows/update-template.yaml index 9fb299a..e9de482 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@v3 + uses: peter-evans/create-pull-request@v6 with: commit-message: update template title: update template