From e2383ef0587cc1bd37430eb528caf490a6825005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 03:07:53 +0000 Subject: [PATCH] Bump julia-actions/cache from 2.1.0 to 3.0.0 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/d10a6fd8f31b12404a54613ebad242900567f2b9...e33b4bfa0ea7cd9caedd7cb82b0e36956ef40285) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: 3.0.0 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..e25fc27 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@e33b4bfa0ea7cd9caedd7cb82b0e36956ef40285 # v3.0.0 with: cache-name: backporter diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 4eef839..fce3ef6 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@e33b4bfa0ea7cd9caedd7cb82b0e36956ef40285 # v3.0.0 with: cache-name: backporter