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()'