diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index a54c05e083..1f6fa3afcd 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -34,7 +34,7 @@ jobs: # Cache spack, compiler and dependencies - name: cache-env id: cache-env - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | spack @@ -70,7 +70,7 @@ jobs: - name: cache-env id: cache-env - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | spack diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index b81615e033..e44a8a4416 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -46,7 +46,7 @@ jobs: # Cache spack, compiler and dependencies - name: cache-env id: cache-env - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | spack @@ -98,7 +98,7 @@ jobs: - name: cache-env id: cache-env - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: | spack