diff options
| author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2024-09-23 22:08:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-23 22:08:54 -0700 |
| commit | f7b940ae7c6fbf81e78056999bcdfedf84aad503 (patch) | |
| tree | c49d5671769f50471639b373338a776e102fcbb3 | |
| parent | 7901289135257ca0fbed3a5522526f95b0f5edba (diff) | |
| download | rust-f7b940ae7c6fbf81e78056999bcdfedf84aad503.tar.gz rust-f7b940ae7c6fbf81e78056999bcdfedf84aad503.zip | |
Update actions/setup-node to v4
| -rw-r--r-- | .github/workflows/remark.yml | 2 |
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' |
