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 0c2a195 commit 85bb54dCopy full SHA for 85bb54d
.github/workflows/audit-fix-pr.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Create PR with audit fix
46
if: steps.changes.outputs.changed == 'true'
47
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
48
with:
49
token: ${{ secrets.GITHUB_TOKEN }}
50
commit-message: "chore: npm audit fix"
0 commit comments