From 0cc113d799c7d3d2f0a848db2292f8b3b19caf92 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 2 Jul 2024 15:37:27 +0200 Subject: [PATCH] CI: update julia-actions/cache to v2 (#1018) --- .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 67752fe29..db17e20cb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,7 +54,7 @@ jobs: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} - name: "Cache artifacts" - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v2 - name: "Build package" uses: julia-actions/julia-buildpkg@v1 - name: "Run tests" @@ -95,7 +95,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1' - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@v1 - name: "Install package" run: |