Skip to content

Commit c3fc9d3

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents 00919d1 + 67eb8f2 commit c3fc9d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
version: ${{ matrix.version }}
4747
arch: ${{ matrix.arch }}
48-
- uses: actions/cache@v4
48+
- uses: actions/cache@v5
4949
env:
5050
cache-name: cache-artifacts
5151
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Pkg = "1"
5656
PreallocationTools = "1.1.2"
5757
PrecompileTools = "1.2.1"
5858
RecursiveArrayTools = "3.36.0, 4"
59-
SciMLBase = "2.77.0"
59+
SciMLBase = "2.77.0, 3"
6060
Serialization = "1"
6161
StaticArrays = "1"
6262
Statistics = "1"

0 commit comments

Comments
 (0)