1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-11-28 00:39:01 +02:00

build(deps): bump actions/setup-node from 4 to 5 (#2937)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4
to 5.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-06 10:18:36 +00:00
committed by GitHub
parent 6375ab05b6
commit 9fcca2f346

View File

@@ -149,7 +149,7 @@ jobs:
- name: Setup Node
if: matrix.language == 'en'
uses: actions/setup-node@v4
uses: actions/setup-node@v5
with:
node-version: 22
cache: "npm"