diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ecb020f..e8de6d1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 2f355fb..c0a2175 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -19,7 +19,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1.10' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - name: Install dependencies shell: julia --color=yes --project=docs {0} run: 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'