about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-09-24 16:25:22 +0000
committerbors <bors@rust-lang.org>2024-09-24 16:25:22 +0000
commit26e1660d33e84b286cadcbe19c4d44f981cb6925 (patch)
treec49d5671769f50471639b373338a776e102fcbb3
parent7901289135257ca0fbed3a5522526f95b0f5edba (diff)
parentf7b940ae7c6fbf81e78056999bcdfedf84aad503 (diff)
downloadrust-26e1660d33e84b286cadcbe19c4d44f981cb6925.tar.gz
rust-26e1660d33e84b286cadcbe19c4d44f981cb6925.zip
Auto merge of #13446 - trivikr:actions/setup-node@v4, r=flip1995
Update actions/setup-node to v4

changelog: none

Required for using Node.js 20.x in CI
* Changelog for actions/checkout@v4 https://github.com/actions/checkout/blob/main/CHANGELOG.md?rgh-link-date=2024-09-04T18%3A38%3A10Z#v400
* GitHub Blog post https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Example warning: https://github.com/rust-lang/rust-clippy/actions/runs/11003847751
> The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3.
-rw-r--r--.github/workflows/remark.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/remark.yml b/.github/workflows/remark.yml
index 348d52020fd..a1b011dc32d 100644
--- a/.github/workflows/remark.yml
+++ b/.github/workflows/remark.yml
@@ -19,7 +19,7 @@ jobs:
       uses: actions/checkout@v4
 
     - name: Setup Node.js
-      uses: actions/setup-node@v3
+      uses: actions/setup-node@v4
       with:
         node-version: '18.x'