From cc09d9617787ff81a5e2756468748e4ecc101d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 02:27:49 +0000 Subject: [PATCH] Bump julia-actions/cache from 1 to 2 (#93) 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/ci.yml | 2 +- .github/workflows/documenter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b61879..a9fbc06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: with: version: ${{ matrix.version }} - name: Cache - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 with: cache-compiled: "true" - name: Build diff --git a/.github/workflows/documenter.yml b/.github/workflows/documenter.yml index 713b711..dd59313 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -27,7 +27,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: 1 - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 with: cache-compiled: "true" - uses: julia-actions/julia-buildpkg@latest