diff --git a/.github/workflows/CI-OndaEDFSchemas.yml b/.github/workflows/CI-OndaEDFSchemas.yml index a09d460..0077614 100644 --- a/.github/workflows/CI-OndaEDFSchemas.yml +++ b/.github/workflows/CI-OndaEDFSchemas.yml @@ -35,11 +35,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v2 - with: - path: ~/.julia/artifacts - key: ${{ runner.os }}-test-artifacts-${{ hashFiles('**/Project.toml') }} - restore-keys: ${{ runner.os }}-test-artifacts + - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 with: project: 'OndaEDFSchemas.jl' diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6067da4..663eda4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,11 +33,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v2 - with: - path: ~/.julia/artifacts - key: ${{ runner.os }}-test-artifacts-${{ hashFiles('**/Project.toml') }} - restore-keys: ${{ runner.os }}-test-artifacts + - uses: julia-actions/cache@v1 - name: "Monorepo setup" shell: julia --color=yes --project {0} run: |