diff --git a/.github/workflows/kernel.yaml b/.github/workflows/kernel.yaml index 84f4cfb..1aec1aa 100644 --- a/.github/workflows/kernel.yaml +++ b/.github/workflows/kernel.yaml @@ -37,7 +37,7 @@ jobs: python3 - name: Cache kernel source - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: linux-${{ env.KERNEL_VERSION }}.tar.xz key: kernel-src-${{ env.KERNEL_VERSION }}