From df1908010ddc2efc3e897fe5cae616beb4cc5205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:56:54 +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/Docs.yml | 2 +- .github/workflows/Test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 905190e6..989c0780 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -26,7 +26,7 @@ jobs: with: version: "1" - name: Use Julia cache - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Instantiate environment with development version of the package run: | julia --project=docs -e ' diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index e7b28f20..81c11ece 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -54,7 +54,7 @@ jobs: arch: ${{ matrix.arch }} - name: Setup Julia cache - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Checkout PoCL if: ${{ matrix.pocl == 'local' }}