From 351360cf30ffa30681ca27fb0a2fe96e6856e3fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:06:00 +0000 Subject: [PATCH] Bump julia-actions/cache from 1 to 3 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](https://github.com/julia-actions/cache/compare/v1...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/base-tests-linux.yml | 2 +- .github/workflows/base-tests-windows.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/example-IEEE14.yml | 2 +- .github/workflows/example-scalable-translation.yml | 2 +- .github/workflows/example-simple-loop-proximity.yml | 2 +- .github/workflows/example-simple-loop.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/base-tests-linux.yml b/.github/workflows/base-tests-linux.yml index b07b8f3..0b198df 100644 --- a/.github/workflows/base-tests-linux.yml +++ b/.github/workflows/base-tests-linux.yml @@ -59,7 +59,7 @@ jobs: arch: ${{ matrix.julia-arch }} - name: Cache Julia - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v3 - name: Build package uses: julia-actions/julia-buildpkg@v1 diff --git a/.github/workflows/base-tests-windows.yml b/.github/workflows/base-tests-windows.yml index 25c3f75..28e2dd9 100644 --- a/.github/workflows/base-tests-windows.yml +++ b/.github/workflows/base-tests-windows.yml @@ -59,6 +59,6 @@ jobs: with: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} - - uses: julia-actions/cache@v1 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index cccde02..4f58852 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -58,7 +58,7 @@ jobs: arch: ${{ matrix.julia-arch }} - name: Cache Julia - uses: julia-actions/cache@v1 + uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.develop(PackageSpec(path=joinpath(pwd(), "examples", "NaiveONNX.jl"))); Pkg.instantiate()' diff --git a/.github/workflows/example-IEEE14.yml b/.github/workflows/example-IEEE14.yml index 3da62db..2d188c9 100644 --- a/.github/workflows/example-IEEE14.yml +++ b/.github/workflows/example-IEEE14.yml @@ -81,7 +81,7 @@ jobs: arch: ${{ matrix.julia-arch }} - name: Cache Julia - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=examples/IEEE14 -e 'using Pkg; Pkg.instantiate()' diff --git a/.github/workflows/example-scalable-translation.yml b/.github/workflows/example-scalable-translation.yml index f536680..b09daf5 100644 --- a/.github/workflows/example-scalable-translation.yml +++ b/.github/workflows/example-scalable-translation.yml @@ -73,7 +73,7 @@ jobs: arch: ${{ matrix.julia-arch }} - name: Cache Julia - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=examples/ScalableTranslationStatistics -e 'using Pkg; Pkg.instantiate()' diff --git a/.github/workflows/example-simple-loop-proximity.yml b/.github/workflows/example-simple-loop-proximity.yml index 3a7c35a..04b6915 100644 --- a/.github/workflows/example-simple-loop-proximity.yml +++ b/.github/workflows/example-simple-loop-proximity.yml @@ -64,7 +64,7 @@ jobs: arch: ${{ matrix.julia-arch }} - name: Cache Julia - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=examples/SimpleLoop_proximity -e 'using Pkg; Pkg.instantiate()' diff --git a/.github/workflows/example-simple-loop.yml b/.github/workflows/example-simple-loop.yml index 6425dae..18c3fd6 100644 --- a/.github/workflows/example-simple-loop.yml +++ b/.github/workflows/example-simple-loop.yml @@ -64,7 +64,7 @@ jobs: arch: ${{ matrix.julia-arch }} - name: Cache Julia - uses: julia-actions/cache@v2 + uses: julia-actions/cache@v3 - name: Install dependencies run: julia --project=examples/SimpleLoop -e 'using Pkg; Pkg.instantiate()'