From 78508d0424980f441f6dae53d7b8303f9c94b68c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:33:59 +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/Benchmark.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/Test-GPU.yml | 2 +- .github/workflows/Test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index 30e2e1e5..fec67016 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -16,7 +16,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: | diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index b73255ea..4d85c43d 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -23,7 +23,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy diff --git a/.github/workflows/Test-GPU.yml b/.github/workflows/Test-GPU.yml index aa30a5fc..cc390241 100644 --- a/.github/workflows/Test-GPU.yml +++ b/.github/workflows/Test-GPU.yml @@ -35,7 +35,7 @@ jobs: if: ${{ matrix.version == 'lts' }} with: skip: LinearAlgebra, Random, SparseArrays - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index d979b583..46601d04 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -32,7 +32,7 @@ jobs: if: ${{ matrix.version == '1.10' }} with: skip: LinearAlgebra, Random, SparseArrays - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1