From 4098d3aef16f52a57efc610e8ccd86329f7390ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:24:27 +0000 Subject: [PATCH] Bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cuda.yml | 4 ++-- .github/workflows/gcc.yml | 8 ++++---- .github/workflows/hip.yml | 2 +- .github/workflows/sycl.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index d5e77f15..9f39ffb7 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -34,7 +34,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} @@ -83,7 +83,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v4 + 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 3333cddc..1c02c835 100644 --- a/.github/workflows/gcc.yml +++ b/.github/workflows/gcc.yml @@ -34,7 +34,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} @@ -93,7 +93,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} @@ -152,7 +152,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }} @@ -212,7 +212,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v4 + 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 88259ed0..88b6bf9c 100644 --- a/.github/workflows/hip.yml +++ b/.github/workflows/hip.yml @@ -34,7 +34,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v4 + 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 864b73c8..656fa5e7 100644 --- a/.github/workflows/sycl.yml +++ b/.github/workflows/sycl.yml @@ -34,7 +34,7 @@ jobs: repository: AMReX-Codes/amrex path: amrex - name: Set Up Cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.cache/ccache key: ccache-${{ github.workflow }}-${{ github.job }}-git-${{ github.sha }}