We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c91c1f commit 80adfd5Copy full SHA for 80adfd5
.github/workflows/audit-fix-pr.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Create PR with audit fix
55
if: steps.changes.outputs.changed == 'true'
56
id: create-pr
57
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
58
with:
59
token: ${{ secrets.GITHUB_TOKEN }}
60
commit-message: "chore: pnpm audit --fix"
0 commit comments