ci: update GitHub Actions workflows to use latest tool versions (#8047)

This commit is contained in:
Alice Ryhl
2026-04-15 16:57:43 +00:00
committed by GitHub
parent 5f7be0ac42
commit a7e1cd8ff8
8 changed files with 80 additions and 68 deletions
@@ -14,7 +14,7 @@ jobs:
env:
KERNEL_VERSION: ${{ inputs.kernel_version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install system dependencies
run: |
@@ -25,7 +25,7 @@ jobs:
- name: Cache Linux source
id: cache-kernel
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: linux-${{ env.KERNEL_VERSION }}
key: kernel-${{ env.KERNEL_VERSION }}