Skip to content

Commit c80c458

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: ${{ matrix.version }}
4040
arch: ${{ matrix.arch }}
41-
- uses: julia-actions/cache@v2
41+
- uses: julia-actions/cache@v3
4242
- uses: julia-actions/julia-buildpkg@v1
4343
- uses: julia-actions/julia-runtest@v1
4444
env:
@@ -62,7 +62,7 @@ jobs:
6262
- uses: julia-actions/setup-julia@latest
6363
with:
6464
version: '1'
65-
- uses: julia-actions/cache@v2
65+
- uses: julia-actions/cache@v3
6666
- name: Install documentation dependencies
6767
run: |
6868
xvfb-run -s '-screen 0 1024x768x24' julia --project=docs -e '

0 commit comments

Comments
 (0)