Merge pull request #3082 from rust-lang/renovate/actions-setup-node-6.x
Update actions/setup-node action to v6.4.0
This commit is contained in:
commit
ae1a4310e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
- name: Install Rust
|
||||
run: bash ci/install-rust.sh stable x86_64-unknown-linux-gnu
|
||||
- name: Install npm
|
||||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
with:
|
||||
node-version: 24
|
||||
- name: Install browser-ui-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue