From 14eb588bcbb9c08980c09ee812373a535d004d60 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 11 Jan 2024 00:18:56 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for DynamicQuantities to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5b9a9bf0ac..53a5b65fc3 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Distributed = "1" Distributions = "0.23, 0.24, 0.25" DocStringExtensions = "0.7, 0.8, 0.9" DomainSets = "0.6" -DynamicQuantities = "0.8, 0.9, 0.10" +DynamicQuantities = "0.8, 0.9, 0.10, 0.11" ForwardDiff = "0.10.3" FunctionWrappersWrappers = "0.1" Graphs = "1.5.2" From e567169ead10b7f1eb33348fce1fb3361b41bf1b Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 22 Jan 2024 05:58:06 -0500 Subject: [PATCH 2/3] Update Project.toml Co-authored-by: Miles Cranmer --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 53a5b65fc3..8299dbe1aa 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Distributed = "1" Distributions = "0.23, 0.24, 0.25" DocStringExtensions = "0.7, 0.8, 0.9" DomainSets = "0.6" -DynamicQuantities = "0.8, 0.9, 0.10, 0.11" +DynamicQuantities = "^0.11.2" ForwardDiff = "0.10.3" FunctionWrappersWrappers = "0.1" Graphs = "1.5.2" From d7cc69fbee503d4ff2dccbf7eb2d669e27f2de4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:08:00 +0000 Subject: [PATCH 3/3] build(deps): bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e770afd4c6..90e2cbccc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: