Skip to content

Commit

Permalink
Use peter-evans/create-pull-request@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Nov 29, 2020
1 parent d5c0dab commit 8150d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm install
- run: npm ls --depth 0 --prod --parseable | tail -n +2 | xargs -I '{}' basename "{}" | xargs -I '{}' npm install '{}'@latest
- run: rm -rf node_modules npm-shrinkwrap.json && npm install && npm shrinkwrap --dev
- uses: peter-evans/create-pull-request@v2
- uses: peter-evans/create-pull-request@v3
with:
commit-message: Update dependencies
branch: "update_deps"
Expand Down

0 comments on commit 8150d3d

Please sign in to comment.