From 84d7f6064f0beeb8a11d6efbedbb773ff6923851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:59:48 +0000 Subject: [PATCH] Bump julia-actions/cache from 2.0.1 to 2.0.2 in the all-deps group Bumps the all-deps group with 1 update: [julia-actions/cache](https://github.com/julia-actions/cache). Updates `julia-actions/cache` from 2.0.1 to 2.0.2 - [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/580d2b69d895343992af2cbad49c32a0149c2cde...e7913c2cb93bea16cc88abf47e27c950182cbd99) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... 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 cd32269..3960028 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@580d2b69d895343992af2cbad49c32a0149c2cde + - uses: julia-actions/cache@e7913c2cb93bea16cc88abf47e27c950182cbd99 - uses: julia-actions/julia-buildpkg@90dd6f23eb49626e4e6612cb9d64d456f86e6a1c - uses: julia-actions/julia-runtest@d0c4f093badade621cd041bba567d1e832480ac2 env: