From 52511731d86506e6a332cdb10482f779ec1768fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 15:21:27 +0000 Subject: [PATCH] chore(deps): Bump julia-actions/cache from 1.4.1 to 2.0.0 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.4.1 to 2.0.0. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v1.4.1...v2.0.0) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f2dc38f..fc75233 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -47,7 +47,7 @@ jobs: apt-get update apt-get install -y git which git - - uses: julia-actions/cache@v1.4.1 + - uses: julia-actions/cache@v2.0.0 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1