Skip to content

Commit ec94d9c

Browse files
authored
Merge pull request #10 from JuliaGraphs/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents fd54f92 + aa8069b commit ec94d9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
version: ${{ matrix.version }}
5252
arch: ${{ matrix.arch }}
53-
- uses: julia-actions/cache@v2
53+
- uses: julia-actions/cache@v3
5454
- uses: julia-actions/julia-buildpkg@v1
5555
- uses: julia-actions/julia-runtest@v1
5656
env:
@@ -72,7 +72,7 @@ jobs:
7272
- uses: julia-actions/setup-julia@v2
7373
with:
7474
version: '1'
75-
- uses: julia-actions/cache@v2
75+
- uses: julia-actions/cache@v3
7676
- name: Configure doc environment
7777
shell: julia --project=docs --color=yes {0}
7878
run: |

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- uses: julia-actions/julia-downgrade-compat@v2
2525
with:
2626
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra
27-
- uses: julia-actions/cache@v2
27+
- uses: julia-actions/cache@v3
2828
- uses: julia-actions/julia-buildpkg@v1
2929
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)