diff --git a/.github/workflows/multidocs.yml b/.github/workflows/multidocs.yml index 611cbadd6..ded5bf1c5 100644 --- a/.github/workflows/multidocs.yml +++ b/.github/workflows/multidocs.yml @@ -18,7 +18,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: version: '1.12.2' # set to '1' after 1.12.4 release, see https://github.com/JuliaLang/Pkg.jl/pull/4568 - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 # Build individual docs - run: julia --project=GNNGraphs/docs/ -e 'using Pkg; Pkg.instantiate()' - run: julia --color=yes --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl diff --git a/.github/workflows/test_GNNGraphs.yml b/.github/workflows/test_GNNGraphs.yml index eb8de9df9..120734564 100644 --- a/.github/workflows/test_GNNGraphs.yml +++ b/.github/workflows/test_GNNGraphs.yml @@ -30,7 +30,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - name: Install Julia dependencies and run tests shell: julia --project=monorepo {0} diff --git a/.github/workflows/test_GNNLux.yml b/.github/workflows/test_GNNLux.yml index 5909b03cf..b4380ce98 100644 --- a/.github/workflows/test_GNNLux.yml +++ b/.github/workflows/test_GNNLux.yml @@ -28,7 +28,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - name: Install Julia dependencies and run tests shell: julia --project=monorepo {0} diff --git a/.github/workflows/test_GNNlib.yml b/.github/workflows/test_GNNlib.yml index 34e281814..aa06a612e 100644 --- a/.github/workflows/test_GNNlib.yml +++ b/.github/workflows/test_GNNlib.yml @@ -30,7 +30,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - name: Install Julia dependencies and run tests shell: julia --project=monorepo {0} diff --git a/.github/workflows/test_GraphNeuralNetworks.yml b/.github/workflows/test_GraphNeuralNetworks.yml index 0dce4187a..b6b03974c 100644 --- a/.github/workflows/test_GraphNeuralNetworks.yml +++ b/.github/workflows/test_GraphNeuralNetworks.yml @@ -28,7 +28,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 - uses: julia-actions/julia-buildpkg@v1 - name: Install Julia dependencies and run tests shell: julia --project=monorepo {0}