From 9e3b3e5e923799448a4fbe3a5cfc1e6e4bc88009 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Fri, 29 Mar 2024 11:04:46 -0400 Subject: [PATCH] Use julia-actions/cache --- .github/workflows/CI.yml | 11 +---------- .github/workflows/Documentation.yml | 1 + 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ad87c45b..df9dd0c7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,16 +31,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 - 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@v1 - name: add CESMIX registry run: | julia -e ' diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index eeb9f26b..862888c3 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -15,6 +15,7 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: "1.9" + - uses: julia-actions/cache@v1 - name: add CESMIX registry run: | julia -e '