From 9719c6b1fa519a04b830411ff9070b3311ed2179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 17:15:24 -0500 Subject: [PATCH] Bump julia-actions/cache from 1 to 2 (#35) Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v1...v2) --- updated-dependencies: - dependency-name: julia-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/TransformSpecifications_CI.yml | 2 +- .github/workflows/TransformSpecifications_docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TransformSpecifications_CI.yml b/.github/workflows/TransformSpecifications_CI.yml index abee02b..beb64f1 100644 --- a/.github/workflows/TransformSpecifications_CI.yml +++ b/.github/workflows/TransformSpecifications_CI.yml @@ -41,7 +41,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 with: cache-name: "${{ github.workflow }}-${{ github.job }}-${{ matrix.runs-on }}" cache-compiled: true diff --git a/.github/workflows/TransformSpecifications_docs.yml b/.github/workflows/TransformSpecifications_docs.yml index 181ca44..196bd90 100644 --- a/.github/workflows/TransformSpecifications_docs.yml +++ b/.github/workflows/TransformSpecifications_docs.yml @@ -27,7 +27,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: 1.8 - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 with: cache-name: "${{ github.workflow }}-${{ github.job }}-${{ matrix.runs-on }}" cache-compiled: true