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 a4ea6fb commit cd2bbf1Copy full SHA for cd2bbf1
.github/workflows/auto-update.yml
@@ -24,7 +24,7 @@ jobs:
24
app_id: ${{ secrets.APP_ID }}
25
private_key: ${{ secrets.APP_PRIVATE_KEY }}
26
- name: Create Pull Request
27
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v6
28
with:
29
title: "Auto NPM Update"
30
body: "This PR was created automatically by the Auto Update workflow."
0 commit comments