From c6fe7a85fbcb2dec1dddad8326a8cf5055d95564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:05:32 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bf06f4..c2fb99f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-runtest@v1 env: JULIA_DISTRIBUTED_TESTING_STANDALONE: 1 @@ -88,7 +88,7 @@ jobs: with: version: '1' # version: 'nightly' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - run: julia --color=yes --project=ci/jet -e 'import Pkg; Pkg.instantiate()' - name: Run the JET tests run: julia --color=yes -t4 --project=ci/jet ci/jet/check.jl