From 5f5e5cb19a48e957b027f9713dec511a6aaabf19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:15:06 +0000 Subject: [PATCH] Bump julia-actions/cache from 1.5.2 to 2.0.0 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.5.2 to 2.0.0. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0...d48542bb7b6239a9391789f01d21a6bdde9ad5df) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6610c1d..f09604e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -135,7 +135,7 @@ jobs: with: julia-version: "${{ matrix.version }}" - run: juliaup default ${{ matrix.version }} - - uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0 + - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c - run: julia --project -e 'import PackageBundler; PackageBundler.instantiate("test/envs")' - uses: julia-actions/julia-runtest@79a7e100883947123f8263c5f06e6c0ea3eb972f @@ -167,7 +167,7 @@ jobs: with: version: ${{ matrix.version }} - - uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0 + - uses: julia-actions/cache@d48542bb7b6239a9391789f01d21a6bdde9ad5df - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: