Skip to content

Commit 0b1092d

Browse files
authored
Merge branch 'master' into getcoeffchunk
2 parents 6000ef6 + 1b11b47 commit 0b1092d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: julia-actions/setup-julia@v1
3535
with:
3636
version: ${{ matrix.version }}
37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
env:
3939
cache-name: cache-artifacts
4040
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Distributed = "1"
7474
Distributions = "0.23, 0.24, 0.25"
7575
DocStringExtensions = "0.7, 0.8, 0.9"
7676
DomainSets = "0.6"
77-
DynamicQuantities = "0.8, 0.9, 0.10"
77+
DynamicQuantities = "^0.11.2"
7878
FindFirstFunctions = "1"
7979
ForwardDiff = "0.10.3"
8080
FunctionWrappersWrappers = "0.1"

0 commit comments

Comments
 (0)