From 52f3d57af8fd1ababdba214080dc74ce2c781b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 04:35:03 +0000 Subject: [PATCH] Bump julia-actions/cache from 2 to 3 in the github-actions group Bumps the github-actions group with 1 update: [julia-actions/cache](https://github.com/julia-actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/Docs.yml | 2 +- .github/workflows/DocsBackfill.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8c5e990..4a0b94a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,6 +32,6 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 121bde9..32cd801 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -38,7 +38,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install docs dependencies run: julia --project=docs -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(); Pkg.precompile()' - name: Install lcov diff --git a/.github/workflows/DocsBackfill.yml b/.github/workflows/DocsBackfill.yml index 3881896..fe75896 100644 --- a/.github/workflows/DocsBackfill.yml +++ b/.github/workflows/DocsBackfill.yml @@ -41,7 +41,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: quarto-dev/quarto-actions/setup@v2 # Prepare gh-pages