From a4d0e78079ad43c2e87a155a367bcafcbcc8455a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:25:58 +0000 Subject: [PATCH] Bump julia-actions/cache from 1.2.2 to 1.3.0 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/569d290d51d6c22c1cd4ceec591a1bf112aab9c0...8ef8d3313f5536c64072e04a9dad48c6669dc264) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 3bcd2ac..b9a22ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@569d290d51d6c22c1cd4ceec591a1bf112aab9c0 + - uses: julia-actions/cache@8ef8d3313f5536c64072e04a9dad48c6669dc264 - uses: julia-actions/julia-buildpkg@00f9fd6b2600be0a8d80566dd4d4d2389b3468eb - uses: julia-actions/julia-runtest@79a7e100883947123f8263c5f06e6c0ea3eb972f env: