Skip to content

Commit df86e79

Browse files
committed
CI: Update actions/checkout to v6
The CI pipelines warn about Actions still using Node.js 20 because Node.js 20 has reached end-of-life on April 2026 and Actions will be forced to use Node.js 24 on June 2nd, 2026, see [1]. Update actions/checkout to v6, which uses Node.js 24, to get rid of the warning. [1] https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
1 parent 48a69d0 commit df86e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
QMAKE_SPEC: ${{ matrix.platform.qmake_spec }}
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141

4242
- name: Install Ubuntu dependencies
4343
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)