From d260e4f969332de4399d49f8aafe4c6efaa9fd5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:28:17 +0000 Subject: [PATCH] chore(deps): bump julia-actions/cache from 1 to 3 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v1...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/Documentation.yml | 2 +- .github/workflows/PreCommit.yml | 2 +- .github/workflows/Test.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 45f26820a..599424dfa 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -39,7 +39,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' # TODO: 1 - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=${{ matrix.pkg.dir}}/docs/ --color=yes -e ' using Pkg; diff --git a/.github/workflows/PreCommit.yml b/.github/workflows/PreCommit.yml index 830d308ae..ed873f896 100644 --- a/.github/workflows/PreCommit.yml +++ b/.github/workflows/PreCommit.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - run: julia -e 'using Pkg; Pkg.add("Runic")' - uses: astral-sh/setup-uv@v7 - run: uv tool install pre-commit diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 69ecf753e..7042514d0 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -54,7 +54,7 @@ jobs: with: version: ${{ matrix.version }} arch: x64 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies & run tests run: julia --color=yes -e ' using Pkg; @@ -139,7 +139,7 @@ jobs: with: version: ${{ matrix.version }} arch: x64 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies & run tests run: julia --code-coverage=user --color=yes -e ' using Pkg; @@ -195,7 +195,7 @@ jobs: with: version: ${{ matrix.version }} arch: x64 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies & run tests run: julia --project=./DifferentiationInterfaceTest --color=yes -e ' using Pkg;