From cb9f3e1563e0c043100d0e5b1bb9f6e68242ad35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:07:28 +0000 Subject: [PATCH] Bump julia-actions/cache from 2.1.0 to 3.0.2 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2.1.0 to 3.0.2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/d10a6fd8f31b12404a54613ebad242900567f2b9...9a93c5fb3e9c1c20b60fc80a478cae53e38618a4) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/cleanup.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index e59faca..ac3c207 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -61,7 +61,7 @@ jobs: version: '1.12' - name: Cache Julia packages - uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0 + uses: julia-actions/cache@9a93c5fb3e9c1c20b60fc80a478cae53e38618a4 # v3.0.2 with: cache-name: backporter diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 4eef839..2edfd83 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -59,7 +59,7 @@ jobs: - name: Cache Julia packages if: steps.extract.outputs.version != '' - uses: julia-actions/cache@d10a6fd8f31b12404a54613ebad242900567f2b9 # v2.1.0 + uses: julia-actions/cache@9a93c5fb3e9c1c20b60fc80a478cae53e38618a4 # v3.0.2 with: cache-name: backporter