Skip to content

Commit 151a597

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 d35e9ea commit 151a597

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: ${{ matrix.version }}
3939
arch: ${{ matrix.arch }}
40-
- uses: julia-actions/cache@v2
40+
- uses: julia-actions/cache@v3
4141
- uses: julia-actions/julia-buildpkg@v1
4242
- uses: julia-actions/julia-runtest@v1
4343
- uses: julia-actions/julia-processcoverage@v1
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
version: 'lts'
6161
arch: x64
62-
- uses: julia-actions/cache@v2
62+
- uses: julia-actions/cache@v3
6363
- name: Install JuliaFormatter and check format
6464
run: |
6565
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'

.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'
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)