From e7a4e7ad9ad52d3fdb99136f4e11f7c1c9742a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:48:41 +0000 Subject: [PATCH] Bump julia-actions/cache from 1.2.2 to 1.5.2 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.2.2 to 1.5.2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/569d290d51d6c22c1cd4ceec591a1bf112aab9c0...dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/exercise-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index e1cf4fa8..53c461a1 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -32,7 +32,7 @@ jobs: with: version: ${{ matrix.julia-version }} - - uses: julia-actions/cache@569d290d51d6c22c1cd4ceec591a1bf112aab9c0 + - uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0 - name: Install test dependencies run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"