From 479055d9a3cc8bf190dfaf1966f525b74d3bbed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:04:51 +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/Tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 0e0922e2..44a4b9ff 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -45,7 +45,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: "${{ matrix.version }}" - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v3 with: token: "${{ secrets.GITHUB_TOKEN }}" - uses: julia-actions/julia-buildpkg@v1