From 69efab865fd5bb7290ece2d51f61c26a79b6b760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:44:38 +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/Check.yml | 2 +- .github/workflows/benchmark_pr.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Check.yml b/.github/workflows/Check.yml index 3f6fb270..4ef3d30e 100644 --- a/.github/workflows/Check.yml +++ b/.github/workflows/Check.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 - uses: fredrikekre/runic-action@v1 with: version: "1" diff --git a/.github/workflows/benchmark_pr.yml b/.github/workflows/benchmark_pr.yml index 9784da07..4f329fd9 100644 --- a/.github/workflows/benchmark_pr.yml +++ b/.github/workflows/benchmark_pr.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/ci.yml b/.github/workflows/ci.yml index cd7bb7ff..579122e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - uses: julia-actions/install-juliaup@v2 with: channel: ${{ matrix.version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Checkout pocl if: ${{ matrix.pocl == 'local' }} uses: actions/checkout@v6