diff --git a/.github/workflows/cross_compile.yml b/.github/workflows/cross_compile.yml index 65678d2..163f4f1 100644 --- a/.github/workflows/cross_compile.yml +++ b/.github/workflows/cross_compile.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Setup cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/cache diff --git a/.github/workflows/multiple_actions.yml b/.github/workflows/multiple_actions.yml index e11dd40..b638cd7 100644 --- a/.github/workflows/multiple_actions.yml +++ b/.github/workflows/multiple_actions.yml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v4 - name: Setup cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/cache @@ -238,7 +238,7 @@ jobs: uses: actions/checkout@v4 - name: Setup cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/cache diff --git a/.github/workflows/nwchem-podman.yml b/.github/workflows/nwchem-podman.yml index 290f174..797d3fc 100644 --- a/.github/workflows/nwchem-podman.yml +++ b/.github/workflows/nwchem-podman.yml @@ -45,7 +45,7 @@ jobs: echo "cache_key=${{ matrix.folder }}-${{ matrix.branch }}${{ env.fc }}-cache-v005" >> $GITHUB_ENV - name: Setup cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/cache diff --git a/.github/workflows/nwchem-shifter.yml b/.github/workflows/nwchem-shifter.yml index 0bb5179..9f7ab75 100644 --- a/.github/workflows/nwchem-shifter.yml +++ b/.github/workflows/nwchem-shifter.yml @@ -54,7 +54,7 @@ jobs: echo "cache_key=${{ matrix.folder }}-${{ matrix.branch }}${{ env.fc }}${{ env.omp_tag}}-cache-v005" >> $GITHUB_ENV - name: Setup cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/cache diff --git a/.github/workflows/ppc64le_xlf.yml b/.github/workflows/ppc64le_xlf.yml index d12873c..54d1723 100644 --- a/.github/workflows/ppc64le_xlf.yml +++ b/.github/workflows/ppc64le_xlf.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Setup cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/cache diff --git a/.github/workflows/tamm-shifter.yml b/.github/workflows/tamm-shifter.yml index bf3c0c6..cf0aab4 100644 --- a/.github/workflows/tamm-shifter.yml +++ b/.github/workflows/tamm-shifter.yml @@ -35,7 +35,7 @@ jobs: echo "cache_key=${{ matrix.folder }}-simd${{ env.simd }}-${{ matrix.branch }}${{ env.fc }}-cache-v000" >> $GITHUB_ENV - name: Setup cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/cache