From 3ccb40063636cefef7ddb32d486c6f97cf5fb820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:22:03 +0000 Subject: [PATCH] Bump julia-actions/cache from 2 to 3 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0984ed6..945bff3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: version: "1.10" - name: Cache Julia artifacts - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Instantiate OceanStationPapa run: julia --project=OceanStationPapa -e 'using Pkg; Pkg.instantiate()' @@ -52,7 +52,7 @@ jobs: version: "1.10" - name: Cache Julia artifacts - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Instantiate NORiImplementation run: julia --project=NORiImplementation -e 'using Pkg; Pkg.develop([Pkg.PackageSpec(path="."), Pkg.PackageSpec(path="OceanStationPapa")]); Pkg.instantiate()' @@ -79,7 +79,7 @@ jobs: version: "1.10" - name: Cache Julia artifacts - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Instantiate NORiImplementation run: julia --project=NORiImplementation -e 'using Pkg; Pkg.develop([Pkg.PackageSpec(path="."), Pkg.PackageSpec(path="OceanStationPapa")]); Pkg.instantiate()' @@ -107,7 +107,7 @@ jobs: version: "1.10" - name: Cache Julia artifacts - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Cache Julia DataDeps uses: actions/cache@v4