From 9f40cd0c33da3e13494ecb1b6ead4f1f367effe9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 19 Oct 2023 00:06:28 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for NCDatasets to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1740b0b..16504cd 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ ForwardDiff = "0.10" Infiltrator = "1.0" JLD2 = "0.4" MultiFloats = "1.0" -NCDatasets = "0.12" +NCDatasets = "0.12, 0.13" NLsolve = "4.5" PALEOboxes = "0.21.17" RecipesBase = "1.2" From e7868fbbf60b5fd3dc7d2d0af47b613ea717de99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:27:41 +0000 Subject: [PATCH 2/2] 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 b7678dc..0ac1b11 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: