diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 7feb6ed2..9424ff98 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -27,7 +27,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} @@ -101,7 +101,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} diff --git a/.github/workflows/gcc.yml b/.github/workflows/gcc.yml index eeac3b05..8bae1679 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -27,7 +27,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} @@ -97,7 +97,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} diff --git a/.github/workflows/hip.yml b/.github/workflows/hip.yml index 51cfc81c..6a822675 100644 --- a/.github/workflows/hip.yml +++ b/.github/workflows/hip.yml @@ -31,7 +31,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} diff --git a/.github/workflows/sycl.yml b/.github/workflows/sycl.yml index f327e18b..231b3748 100644 --- a/.github/workflows/sycl.yml +++ b/.github/workflows/sycl.yml @@ -27,7 +27,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}