From 3242f10050e5e3c3b75d099a71b322631cc52b3a Mon Sep 17 00:00:00 2001 From: kimikage Date: Mon, 13 May 2024 15:55:38 +0900 Subject: [PATCH] Bump julia-actions/cache from 1 to 2 (#298) --- .github/workflows/UnitTest.yml | 12 +----------- .github/workflows/UnitTestArm.yml | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/UnitTest.yml b/.github/workflows/UnitTest.yml index 0bcc5eb4..8f479b04 100644 --- a/.github/workflows/UnitTest.yml +++ b/.github/workflows/UnitTest.yml @@ -36,18 +36,8 @@ jobs: with: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} - - name: Cache artifacts - uses: actions/cache@v4 - env: - cache-name: cache-artifacts - with: - path: ~/.julia/artifacts - key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }} - restore-keys: | - ${{ runner.os }}-test-${{ env.cache-name }}- - ${{ runner.os }}-test- - ${{ runner.os }}- + uses: julia-actions/cache@v2 - name: "Unit Test" uses: julia-actions/julia-runtest@v1 diff --git a/.github/workflows/UnitTestArm.yml b/.github/workflows/UnitTestArm.yml index 3af6d0a5..f1e8e4eb 100644 --- a/.github/workflows/UnitTestArm.yml +++ b/.github/workflows/UnitTestArm.yml @@ -27,7 +27,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }} - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - name: Download Julia Binary run: > julia -e '