From 577e3536ec8bc6c23fb4fcb8dc740189a2cb31d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:18:17 +0000 Subject: [PATCH] Bump julia-actions/cache from 2.0.4 to 2.0.5 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/julia-actions/cache/releases) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [Commits](https://github.com/julia-actions/cache/compare/8608484607cba0bdb5437a7bad85d6502499d029...824243901fb567ccb490b0d0e2483ccecde46834) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 d2ccd778..80187dd4 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -35,7 +35,7 @@ jobs: with: version: ${{ matrix.julia-version }} - - uses: julia-actions/cache@8608484607cba0bdb5437a7bad85d6502499d029 + - uses: julia-actions/cache@824243901fb567ccb490b0d0e2483ccecde46834 - name: Install test dependencies run: julia --color=yes --project -e "using Pkg; Pkg.instantiate()"