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