From 3cdf25eaba3868f670d7995bf19e214f98ee9d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:39:07 +0000 Subject: [PATCH] chore(deps): 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/CI.yml | 4 ++-- .github/workflows/Docs.yml | 2 +- .github/workflows/benchmark_pr.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2533725..2a6535f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 docs: @@ -53,7 +53,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Configure doc environment shell: julia --project=docs --color=yes {0} run: | diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 4704932..65efe9d 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -37,7 +37,7 @@ jobs: with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 with: cache-name: docs diff --git a/.github/workflows/benchmark_pr.yml b/.github/workflows/benchmark_pr.yml index 4063651..bd98038 100644 --- a/.github/workflows/benchmark_pr.yml +++ b/.github/workflows/benchmark_pr.yml @@ -21,7 +21,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: "1" - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Extract Package Name from Project.toml id: extract-package-name run: |