Auto merge of #10772 - giraffate:update_actions_setup-node, r=flip1995
Update actions/setup-node Follow up of https://github.com/rust-lang/rust-clippy/pull/10771. One warning remains: https://github.com/rust-lang/rust-clippy/actions/runs/4959567213 changelog: none
This commit is contained in:
commit
6cbd7679ed
2
.github/workflows/remark.yml
vendored
2
.github/workflows/remark.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1.4.4
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14.x'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user