From 48cbab2db8f6b0e8d050fd6ff869da59ec127f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:26:12 +0000 Subject: [PATCH] Bump julia-actions/cache from 2 to 3 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Format.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Format.yml b/.github/workflows/Format.yml index 1465c40a..61d16042 100644 --- a/.github/workflows/Format.yml +++ b/.github/workflows/Format.yml @@ -32,7 +32,7 @@ jobs: with: version: '1' arch: 'x64' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install Runic run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a89a486..5bd87406 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: ${{ matrix.julia-version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@latest continue-on-error: true - uses: julia-actions/julia-runtest@latest diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d37c8e22..95c998c9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,6 +24,6 @@ jobs: - uses: julia-actions/setup-julia@latest with: version: 'lts' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@latest - run: julia --project=docs/ docs/make.jl