From 7149012973e28e8b5930e5d0ec065e50e44c72de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:52:08 +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 | 6 +++--- .github/workflows/test-linux-cxx-only.yml | 6 +++--- .github/workflows/test-linux-dependencies.yml | 12 ++++++------ .github/workflows/test-linux.yml | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test-linux-build.yml b/.github/workflows/test-linux-build.yml index 44e9844..ec3ed70 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-composition ### - name: restore libcasm-composition cache id: cache-libcasm-composition-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_composition/dist key: ${{ runner.os }}-libcasm-composition-v2-0a1 @@ -45,7 +45,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-0a2 diff --git a/.github/workflows/test-linux-cxx-only.yml b/.github/workflows/test-linux-cxx-only.yml index 562f520..44c815c 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-composition ### - name: restore libcasm-composition cache id: cache-libcasm-composition-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_composition/dist key: ${{ runner.os }}-libcasm-composition-v2-0a1 @@ -45,7 +45,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-0a2 diff --git a/.github/workflows/test-linux-dependencies.yml b/.github/workflows/test-linux-dependencies.yml index 311fb26..0240cf1 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-composition ### - name: restore libcasm-composition cache id: cache-libcasm-composition-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_composition/dist key: ${{ runner.os }}-libcasm-composition-v2-0a1 @@ -80,7 +80,7 @@ jobs: - name: save libcasm-composition cache id: cache-libcasm-composition-save - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: CASMcode_composition/dist key: ${{ steps.cache-libcasm-composition-restore.outputs.cache-primary-key }} @@ -88,7 +88,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-0a2 @@ -113,7 +113,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 9e08a53..2870ab0 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-composition ### - name: restore libcasm-composition cache id: cache-libcasm-composition-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: CASMcode_composition/dist key: ${{ runner.os }}-libcasm-composition-v2-0a1 @@ -45,7 +45,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-0a2