We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00919d1 + 67eb8f2 commit c3fc9d3Copy full SHA for c3fc9d3
2 files changed
.github/workflows/CI.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
version: ${{ matrix.version }}
47
arch: ${{ matrix.arch }}
48
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
49
env:
50
cache-name: cache-artifacts
51
Project.toml
@@ -56,7 +56,7 @@ Pkg = "1"
56
PreallocationTools = "1.1.2"
57
PrecompileTools = "1.2.1"
58
RecursiveArrayTools = "3.36.0, 4"
59
-SciMLBase = "2.77.0"
+SciMLBase = "2.77.0, 3"
60
Serialization = "1"
61
StaticArrays = "1"
62
Statistics = "1"
0 commit comments