From 5dda1c8ed1801809156860dc8def6652ea0c08ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:34:02 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 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/v5...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 | 4 ++-- .github/workflows/hip.yml | 2 +- .github/workflows/sycl.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) 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 }}