From 4c23c3b437b18feea206cf0d1889586044d7e900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:04:36 +0000 Subject: [PATCH] Bump julia-actions/cache from 1 to 2 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] --- .github/workflows/FormatCheck.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/documenter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 2dee222..4fa2155 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -33,7 +33,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: "1" - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - name: Install JuliaFormatter shell: julia --project=@format --color=yes {0} run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2c4093..d8a38fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: with: version: ${{ matrix.julia }} - 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 eea88c0..258d133 100644 --- a/.github/workflows/documenter.yml +++ b/.github/workflows/documenter.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Cache - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 with: cache-compiled: "true" - uses: julia-actions/julia-buildpkg@latest