Skip to content

Commit 75203eb

Browse files
Bump julia-actions/cache from 2 to 3
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>
1 parent 29acba6 commit 75203eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: ${{ matrix.version }}
2424
arch: ${{ matrix.arch }}
25-
- uses: julia-actions/cache@v2
25+
- uses: julia-actions/cache@v3
2626
- uses: julia-actions/julia-buildpkg@v1
2727
- uses: julia-actions/julia-runtest@v1
2828
- uses: julia-actions/julia-processcoverage@v1
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
version: ${{ matrix.version }}
5555
arch: ${{ matrix.arch }}
56-
- uses: julia-actions/cache@v2
56+
- uses: julia-actions/cache@v3
5757
- uses: julia-actions/julia-buildpkg@v1
5858
- uses: julia-actions/julia-runtest@v1
5959
- uses: julia-actions/julia-processcoverage@v1
@@ -75,7 +75,7 @@ jobs:
7575
- uses: julia-actions/setup-julia@v2
7676
with:
7777
version: '1.10'
78-
- uses: julia-actions/cache@v2
78+
- uses: julia-actions/cache@v3
7979
- name: Install dependencies
8080
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
8181
- name: Build and deploy
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
version: ${{ matrix.version }}
104104
arch: ${{ matrix.arch }}
105-
- uses: julia-actions/cache@v2
105+
- uses: julia-actions/cache@v3
106106
- uses: julia-actions/julia-downgrade-compat@v1
107107
with: # As per documentation, we exclude packages within the Julia standard library
108108
skip: LinearAlgebra,SparseArrays

0 commit comments

Comments
 (0)