From 2e88a577a21e4dbf8a0cf0cae7b8a4e7c9235cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 13:39:22 +0000 Subject: [PATCH] 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/Formatter.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Formatter.yml b/.github/workflows/Formatter.yml index d73251f9..97f55c46 100644 --- a/.github/workflows/Formatter.yml +++ b/.github/workflows/Formatter.yml @@ -14,7 +14,7 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: 1 - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v3 - name: Install JuliaFormatter and format run: | using Pkg diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feb0cfa1..f7b03e09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: arch: ${{ matrix.arch }} - name: Cache Artifacts - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Julia Build Pkg uses: julia-actions/julia-buildpkg@latest