Skip to content

Commit 34aa52c

Browse files
committed
build: bump actions/checkout to v5
v4 runs on Node 20, which GitHub is forcing off the runners in September 2026. v5 runs on Node 24 and is a drop-in replacement. Surfaced as a warning annotation on the CI modernization run.
1 parent 0126cbd commit 34aa52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
shell: bash
5353

5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656

5757
- name: Install dependencies (Ubuntu)
5858
if: startsWith(matrix.os, 'ubuntu-')

0 commit comments

Comments
 (0)