diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a94485..4448b73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: "1.11" - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - name: Install dependencies run: julia --project=. -e 'using Pkg; Pkg.instantiate()' @@ -48,7 +48,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: "1.11" - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - name: Install dependencies run: julia --project=docs -e 'using Pkg; Pkg.instantiate()' - name: Build and deploy documentation @@ -63,7 +63,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: "1.11" - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v2 - name: Install dependencies run: julia --project=. -e 'using Pkg; Pkg.instantiate()' - name: Run linting