diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bf4b07..26bffe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: "Instantiate test environment" run: julia --project=test devrepl.jl - name: "Run tests" @@ -68,7 +68,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: 1.6 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: "Instantiate test environment" shell: julia --project=test {0} run: |