Skip to content

Commit 7265bb3

Browse files
committed
Upgrade actions/checkout to v5 for Node.js 24 support
1 parent 3866351 commit 7265bb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
NVIDIA_DRIVER_VERSION: [595.45.04]
3434
steps:
3535
- name: Check out repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
- name: Calculate image tag and base image
3939
id: image-tag

.github/workflows/check-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Read current versions
2222
id: current

0 commit comments

Comments
 (0)