Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit ea9e31e

Browse files
Bump julia-actions/cache from 2 to 3 (#221)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee9aabb commit ea9e31e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
version: ${{ matrix.version }}
4949
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
50-
- uses: julia-actions/cache@v2
50+
- uses: julia-actions/cache@v3
5151
- uses: julia-actions/julia-buildpkg@v1
5252
- uses: julia-actions/julia-runtest@v1
5353
- uses: julia-actions/julia-processcoverage@v1

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: ${{ matrix.version }}
3939
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
40-
- uses: julia-actions/cache@v2
40+
- uses: julia-actions/cache@v3
4141
- uses: julia-actions/julia-downgrade-compat@v2
4242
with:
4343
skip: LinearAlgebra

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: julia-actions/setup-julia@v2
2121
with:
2222
version: '1.9'
23-
- uses: julia-actions/cache@v2
23+
- uses: julia-actions/cache@v3
2424
- name: Install dependencies
2525
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2626
- name: Build and deploy

0 commit comments

Comments
 (0)