From 055d36a4e225172125d9a0e13d6400f2c3986a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:45:18 +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/CompatHelper.yml | 2 +- .github/workflows/Docs.yml | 2 +- .github/workflows/Lint.yml | 2 +- .github/workflows/ReusableTest.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CompatHelper.yml b/.github/workflows/CompatHelper.yml index 838403a..835393c 100644 --- a/.github/workflows/CompatHelper.yml +++ b/.github/workflows/CompatHelper.yml @@ -29,7 +29,7 @@ jobs: arch: ${{ runner.arch }} if: steps.julia_in_path.outcome != 'success' - name: Use Julia cache - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: "Add the General registry via Git" run: | import Pkg diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 00d6be2..be992c5 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -25,7 +25,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/Lint.yml b/.github/workflows/Lint.yml index 4d00acf..f562b1b 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -26,7 +26,7 @@ jobs: with: version: "1" - name: Use Julia cache - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Build package (required for ExplicitImports) uses: julia-actions/julia-buildpkg@v1 - name: Install Julia packages diff --git a/.github/workflows/ReusableTest.yml b/.github/workflows/ReusableTest.yml index 9d365ce..398254a 100644 --- a/.github/workflows/ReusableTest.yml +++ b/.github/workflows/ReusableTest.yml @@ -40,7 +40,7 @@ jobs: version: ${{ inputs.version }} arch: ${{ inputs.arch }} - name: Use Julia cache - 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