Skip to content

Commit 85c20bb

Browse files
authored
Update upgrade-npm-packages.yml
Upgrades to the workflows.
1 parent 131845a commit 85c20bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/upgrade-npm-packages.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414

1515
steps:
1616
- name: Checkout 🛎️
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Set up Node.js ⚙️
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '16.x'
22+
node-version: 'latest'
2323

2424
- name: Upgrade packages 🔀
2525
run: npm update
2626

2727
- name: Commit and create PR 🔀
28-
uses: peter-evans/create-pull-request@v3
28+
uses: peter-evans/create-pull-request@v6
2929
with:
3030
title: 'build(deps): Upgrade NPM packages (automated)'
3131
branch: 'build-deps-upgrade-npm-packages-automated'

0 commit comments

Comments
 (0)