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:
Eric Huss 2026-05-01 01:42:54 +00:00 committed by GitHub
commit ae1a4310e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ jobs:
- name: Install Rust - name: Install Rust
run: bash ci/install-rust.sh stable x86_64-unknown-linux-gnu run: bash ci/install-rust.sh stable x86_64-unknown-linux-gnu
- name: Install npm - name: Install npm
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with: with:
node-version: 24 node-version: 24
- name: Install browser-ui-test - name: Install browser-ui-test