From cd5115434b233a4fe4581eaff75d37b046b57ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 23:39:07 +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/Benchmarks.yml | 2 +- .github/workflows/CI.yml | 4 ++-- .github/workflows/Code-Quality.yml | 2 +- .github/workflows/FormatCheck.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index 8b77ec2..90a67b1 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -40,7 +40,7 @@ jobs: with: version: '1' arch: x64 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Run benchmark run: | cd benchmarks diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bb93cf2..ab1046f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -59,7 +59,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.node.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 if: matrix.group != 'CUDA' # Don't cache on self-hosted runners - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 @@ -84,7 +84,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/Code-Quality.yml b/.github/workflows/Code-Quality.yml index 955ad77..6077e49 100644 --- a/.github/workflows/Code-Quality.yml +++ b/.github/workflows/Code-Quality.yml @@ -54,7 +54,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 env: diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index bd32ee0..d01ccfc 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -28,7 +28,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: fredrikekre/runic-action@v1 with: version: '1' \ No newline at end of file