diff --git a/.github/workflows/uring-kernel-version-test.yml b/.github/workflows/uring-kernel-version-test.yml index bc90ea0a2..7823bc24a 100644 --- a/.github/workflows/uring-kernel-version-test.yml +++ b/.github/workflows/uring-kernel-version-test.yml @@ -25,7 +25,7 @@ jobs: - name: Cache Linux source id: cache-kernel - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: linux-${{ env.KERNEL_VERSION }} key: kernel-${{ env.KERNEL_VERSION }}