diff --git a/.github/workflows/audit-fix-pr.yml b/.github/workflows/audit-fix-pr.yml index 51c501a..989e97b 100644 --- a/.github/workflows/audit-fix-pr.yml +++ b/.github/workflows/audit-fix-pr.yml @@ -54,7 +54,7 @@ jobs: - name: Create PR with audit fix if: steps.changes.outputs.changed == 'true' id: create-pr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: pnpm audit --fix"