Skip to content

Commit 0f0b52b

Browse files
authored
Merge pull request #146 from IntegralEquations/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents 861a3c3 + fcf6211 commit 0f0b52b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.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
with:
3535
cache-registries: "true"
3636
cache-compiled: "true"

.github/workflows/documentation.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@v3
1919
with:
2020
version: '1'
21-
- uses: julia-actions/cache@v2
21+
- uses: julia-actions/cache@v3
2222
- name: Install dependencies
2323
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2424
- name: Build and deploy without coverage

0 commit comments

Comments
 (0)