Skip to content

Commit fa1aba3

Browse files
Bump julia-actions/cache from 2 to 3 (JuliaGraphs#643)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a625ce1 commit fa1aba3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/multidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: julia-actions/setup-julia@v2
1919
with:
2020
version: '1.12.2' # set to '1' after 1.12.4 release, see https://github.com/JuliaLang/Pkg.jl/pull/4568
21-
- uses: julia-actions/cache@v2
21+
- uses: julia-actions/cache@v3
2222
# Build individual docs
2323
- run: julia --project=GNNGraphs/docs/ -e 'using Pkg; Pkg.instantiate()'
2424
- run: julia --color=yes --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl

.github/workflows/test_GNNGraphs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
version: ${{ matrix.version }}
3232
arch: ${{ matrix.arch }}
33-
- uses: julia-actions/cache@v2
33+
- uses: julia-actions/cache@v3
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- name: Install Julia dependencies and run tests
3636
shell: julia --project=monorepo {0}

.github/workflows/test_GNNLux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}
31-
- uses: julia-actions/cache@v2
31+
- uses: julia-actions/cache@v3
3232
- uses: julia-actions/julia-buildpkg@v1
3333
- name: Install Julia dependencies and run tests
3434
shell: julia --project=monorepo {0}

.github/workflows/test_GNNlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
version: ${{ matrix.version }}
3232
arch: ${{ matrix.arch }}
33-
- uses: julia-actions/cache@v2
33+
- uses: julia-actions/cache@v3
3434
- uses: julia-actions/julia-buildpkg@v1
3535
- name: Install Julia dependencies and run tests
3636
shell: julia --project=monorepo {0}

.github/workflows/test_GraphNeuralNetworks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: ${{ matrix.version }}
3030
arch: ${{ matrix.arch }}
31-
- uses: julia-actions/cache@v2
31+
- uses: julia-actions/cache@v3
3232
- uses: julia-actions/julia-buildpkg@v1
3333
- name: Install Julia dependencies and run tests
3434
shell: julia --project=monorepo {0}

0 commit comments

Comments
 (0)