diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index e24e9cc2e..89709bfd1 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -129,7 +129,7 @@ jobs: echo "Latest CMake version is $CMAKE_VER" - name: Cache CMake - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: key: cmake-${{ steps.get-cmake-ver.outputs.CMAKE_VER }}-linux-x86_64 path: cmake-${{ steps.get-cmake-ver.outputs.CMAKE_VER }}-linux-x86_64.tar.gz @@ -376,7 +376,7 @@ jobs: submodules: true - name: Cache CMake - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: key: cmake-${{ env.CMAKE_VER }}-Linux-x86_64 path: cmake-${{ env.CMAKE_VER }}-Linux-x86_64.tar.gz