Skip to content

Commit 38fa5b5

Browse files
authored
Merge pull request #2871 from rust-lang/renovate/actions-setup-node-5.x
Update actions/setup-node action to v5
2 parents 4126266 + 1c76616 commit 38fa5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install Rust
7979
run: bash ci/install-rust.sh stable x86_64-unknown-linux-gnu
8080
- name: Install npm
81-
uses: actions/setup-node@v3
81+
uses: actions/setup-node@v5
8282
with:
8383
node-version: 20
8484
- name: Install browser-ui-test

0 commit comments

Comments
 (0)