diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c58e241..60c59c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: diff --git a/Project.toml b/Project.toml index dcb64cd..5b8b188 100644 --- a/Project.toml +++ b/Project.toml @@ -21,12 +21,12 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" BlockArrays = "1.0" BlockBandedMatrices = "0.13" ClassicalOrthogonalPolynomials = "0.15" -ContinuumArrays = "0.19" +ContinuumArrays = "0.19, 0.20" DomainSets = "0.7" FastTransforms = "0.15, 0.16, 0.17" InfiniteArrays = "0.15" IntervalSets = "0.7" -QuasiArrays = "0.12" +QuasiArrays = "0.12, 0.13" SpecialFunctions = "1, 2" StaticArrays = "1" julia = "1.10"