Skip to content

Commit 6cbd767

Browse files
committed
Auto merge of #10772 - giraffate:update_actions_setup-node, r=flip1995
Update actions/setup-node Follow up of #10771. One warning remains: https://github.com/rust-lang/rust-clippy/actions/runs/4959567213 changelog: none
2 parents 035c457 + fce41ce commit 6cbd767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@v1.4.4
22+
uses: actions/setup-node@v3
2323
with:
2424
node-version: '14.x'
2525

0 commit comments

Comments
 (0)