about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2024-09-23 22:08:54 -0700
committerGitHub <noreply@github.com>2024-09-23 22:08:54 -0700
commitf7b940ae7c6fbf81e78056999bcdfedf84aad503 (patch)
treec49d5671769f50471639b373338a776e102fcbb3
parent7901289135257ca0fbed3a5522526f95b0f5edba (diff)
downloadrust-f7b940ae7c6fbf81e78056999bcdfedf84aad503.tar.gz
rust-f7b940ae7c6fbf81e78056999bcdfedf84aad503.zip
Update actions/setup-node to v4
-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'