Skip to content

Commit 64cdc1b

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
# xref: https://github.com/orgs/community/discussions/42856#discussioncomment-7678867
5353
- name: Adding addtional GHA cache-related env vars
54-
uses: actions/github-script@v7
54+
uses: actions/github-script@v8
5555
with:
5656
script: |
5757
core.exportVariable('ACTIONS_CACHE_URL', process.env['ACTIONS_CACHE_URL'])

.github/workflows/cleanup-pr-previews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: github.repository_owner == 'NVIDIA'
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
# Fetch all history and branches for worktree operations
3434
fetch-depth: 0

0 commit comments

Comments
 (0)