Skip to content

Commit 275c3f5

Browse files
authored
Upgrade GitHub Actions for Node 24 compatibility (#5569)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent a4eac4e commit 275c3f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mkdir -p $HOME/.rush-user
4848
@{ buildCacheFolder = Join-Path ${{ github.workspace }} rush-cache } | ConvertTo-Json > $HOME/.rush-user/settings.json
4949
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v6
5151
with:
5252
fetch-depth: 2
5353
path: repo-a
@@ -58,7 +58,7 @@ jobs:
5858
git config --local user.email "rushbot@users.noreply.github.com"
5959
working-directory: repo-a
6060

61-
- uses: actions/setup-node@v3
61+
- uses: actions/setup-node@v6
6262
with:
6363
node-version: ${{ matrix.NodeVersion }}
6464

@@ -88,7 +88,7 @@ jobs:
8888
working-directory: repo-a
8989

9090
- name: Clone another copy of the repo to test the build cache
91-
uses: actions/checkout@v3
91+
uses: actions/checkout@v6
9292
with:
9393
fetch-depth: 1
9494
path: repo-b

.github/workflows/file-doc-tickets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Use nodejs
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: 16
2929
- name: Parse PR body

0 commit comments

Comments
 (0)