From 52c28914762f469bf8483dd62698369574c63d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:58:47 +0000 Subject: [PATCH] Bump julia-actions/cache from 2 to 3 in the all-github-actions group Bumps the all-github-actions group with 1 update: [julia-actions/cache](https://github.com/julia-actions/cache). Updates `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 dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/QuartoBuildPublish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/QuartoBuildPublish.yml b/.github/workflows/QuartoBuildPublish.yml index e63c43c..794ccc6 100644 --- a/.github/workflows/QuartoBuildPublish.yml +++ b/.github/workflows/QuartoBuildPublish.yml @@ -40,7 +40,7 @@ jobs: - name: Load Julia packages from cache id: julia-cache - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Install dependencies shell: julia --color=yes --project {0}