From 2501a9e68b85fe6e9476692f77ca62136fd02edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:32:33 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 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] --- .github/workflows/test-linux-build.yml | 4 ++-- .github/workflows/test-linux-cxx-only.yml | 4 ++-- .github/workflows/test-linux-dependencies.yml | 8 ++++---- .github/workflows/test-linux.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test-linux-build.yml b/.github/workflows/test-linux-build.yml index eaaa311..9ccd825 100644 --- a/.github/workflows/test-linux-build.yml +++ b/.github/workflows/test-linux-build.yml @@ -29,7 +29,7 @@ jobs: ### libcasm-global ### - name: restore libcasm-global cache id: cache-libcasm-global-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_global/dist key: ${{ runner.os }}-libcasm-global-v2-0-3 @@ -37,7 +37,7 @@ jobs: ### libcasm-xtal ### - name: restore libcasm-xtal cache id: cache-libcasm-xtal-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_crystallography/dist key: ${{ runner.os }}-libcasm-xtal-v2-0a8 diff --git a/.github/workflows/test-linux-cxx-only.yml b/.github/workflows/test-linux-cxx-only.yml index 7cbda35..d440041 100644 --- a/.github/workflows/test-linux-cxx-only.yml +++ b/.github/workflows/test-linux-cxx-only.yml @@ -29,7 +29,7 @@ jobs: ### libcasm-global ### - name: restore libcasm-global cache id: cache-libcasm-global-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_global/dist key: ${{ runner.os }}-libcasm-global-v2-0-3 @@ -37,7 +37,7 @@ jobs: ### libcasm-xtal ### - name: restore libcasm-xtal cache id: cache-libcasm-xtal-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_crystallography/dist key: ${{ runner.os }}-libcasm-xtal-v2-0a8 diff --git a/.github/workflows/test-linux-dependencies.yml b/.github/workflows/test-linux-dependencies.yml index 86ee88e..e748127 100644 --- a/.github/workflows/test-linux-dependencies.yml +++ b/.github/workflows/test-linux-dependencies.yml @@ -21,7 +21,7 @@ jobs: ### libcasm-global ### - name: restore libcasm-global cache id: cache-libcasm-global-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_global/dist key: ${{ runner.os }}-libcasm-global-v2-0-3 @@ -47,7 +47,7 @@ jobs: - name: save libcasm-global cache id: cache-libcasm-global-save - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: CASMcode_global/dist key: ${{ steps.cache-libcasm-global-restore.outputs.cache-primary-key }} @@ -55,7 +55,7 @@ jobs: ### libcasm-xtal ### - name: restore libcasm-xtal cache id: cache-libcasm-xtal-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_crystallography/dist key: ${{ runner.os }}-libcasm-xtal-v2-0a8 @@ -81,7 +81,7 @@ jobs: - name: save libcasm-xtal cache id: cache-libcasm-xtal-save - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: CASMcode_crystallography/dist key: ${{ steps.cache-libcasm-xtal-restore.outputs.cache-primary-key }} diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 3e9b8d2..2d88999 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -29,7 +29,7 @@ jobs: ### libcasm-global ### - name: restore libcasm-global cache id: cache-libcasm-global-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_global/dist key: ${{ runner.os }}-libcasm-global-v2-0-3 @@ -37,7 +37,7 @@ jobs: ### libcasm-xtal ### - name: restore libcasm-xtal cache id: cache-libcasm-xtal-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_crystallography/dist key: ${{ runner.os }}-libcasm-xtal-v2-0a8