ci: update GitHub actions/checkout to v5 (#7529)

This commit is contained in:
CrazyFrog
2025-08-13 12:57:45 +02:00
committed by GitHub
parent 131afd3c53
commit 86528741f9
6 changed files with 42 additions and 42 deletions
@@ -14,7 +14,7 @@ jobs:
env:
KERNEL_VERSION: ${{ inputs.kernel_version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install system dependencies
run: |