From 57abd03746e4747c74baa62210a17a440b8e337c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 02:56:16 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 (#557) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cuda.yml | 2 +- .github/workflows/hip.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/tooling.yml | 2 +- .github/workflows/ubuntu.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cuda.yml b/.github/workflows/cuda.yml index 793663f2e..dacccde42 100644 --- a/.github/workflows/cuda.yml +++ b/.github/workflows/cuda.yml @@ -26,7 +26,7 @@ jobs: .github/workflows/dependencies/nvcc11-openmpi.sh - name: CCache Cache - uses: actions/cache@v3 + uses: actions/cache@v4 # - once stored under a key, they become immutable (even if local cache path content changes) # - for a refresh the key has to change, e.g., hash of a tracked file in the key with: diff --git a/.github/workflows/hip.yml b/.github/workflows/hip.yml index 1b4f3e355..c6d140dde 100644 --- a/.github/workflows/hip.yml +++ b/.github/workflows/hip.yml @@ -22,7 +22,7 @@ jobs: run: .github/workflows/dependencies/hip-openmpi.sh - name: CCache Cache - uses: actions/cache@v3 + uses: actions/cache@v4 # - once stored under a key, they become immutable (even if local cache path content changes) # - for a refresh the key has to change, e.g., hash of a tracked file in the key with: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e4cd34ffb..fd2037d72 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -46,7 +46,7 @@ jobs: python3 -m pip install --upgrade pipx python3 -m pipx install openPMD-validator - name: CCache Cache - uses: actions/cache@v3 + uses: actions/cache@v4 # - once stored under a key, they become immutable (even if local cache path content changes) # - for a refresh the key has to change, e.g., hash of a tracked file in the key with: diff --git a/.github/workflows/tooling.yml b/.github/workflows/tooling.yml index 4fe111f43..8c2a5334d 100644 --- a/.github/workflows/tooling.yml +++ b/.github/workflows/tooling.yml @@ -19,7 +19,7 @@ jobs: .github/workflows/dependencies/clang-san-openmpi.sh - name: CCache Cache - uses: actions/cache@v3 + uses: actions/cache@v4 # - once stored under a key, they become immutable (even if local cache path content changes) # - for a refresh the key has to change, e.g., hash of a tracked file in the key with: diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index db8ac2b39..5164eba98 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -23,7 +23,7 @@ jobs: .github/workflows/dependencies/gcc-openmpi.sh - name: CCache Cache - uses: actions/cache@v3 + uses: actions/cache@v4 # - once stored under a key, they become immutable (even if local cache path content changes) # - for a refresh the key has to change, e.g., hash of a tracked file in the key with: @@ -91,7 +91,7 @@ jobs: .github/workflows/dependencies/gcc.sh - name: CCache Cache - uses: actions/cache@v3 + uses: actions/cache@v4 # - once stored under a key, they become immutable (even if local cache path content changes) # - for a refresh the key has to change, e.g., hash of a tracked file in the key with: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8d346553f..55791e539 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,7 +18,7 @@ jobs: with: python-version: '3.x' - name: CCache Cache - uses: actions/cache@v3 + uses: actions/cache@v4 # - once stored under a key, they become immutable (even if local cache path content changes) # - for a refresh the key has to change, e.g., hash of a tracked file in the key with: @@ -97,7 +97,7 @@ jobs: with: python-version: '3.x' - name: CCache Cache - uses: actions/cache@v3 + uses: actions/cache@v4 # - once stored under a key, they become immutable (even if local cache path content changes) # - for a refresh the key has to change, e.g., hash of a tracked file in the key with: