Skip to content

Commit a0c3728

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v6
1515

1616
- uses: pnpm/action-setup@v4
1717
with:
1818
version: 9
1919

2020
- name: Setup Node.js environment
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: 20.5
2424
cache: "pnpm"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
steps:
2020
- name: Checkout Repo
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v6
2222
with:
2323
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2424
fetch-depth: 0
@@ -28,7 +28,7 @@ jobs:
2828
version: 9
2929

3030
- name: Setup Node.js environment
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: 20.5
3434
cache: "pnpm"

0 commit comments

Comments
 (0)