Skip to content

Commit 2631113

Browse files
committed
bump cache versions
1 parent 5b35a6d commit 2631113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: julia-actions/cache@v1
32+
- uses: julia-actions/cache@v2
3333
- uses: julia-actions/julia-buildpkg@latest
3434
- run: |
3535
git config --global user.name Tester

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: julia-actions/setup-julia@latest
19-
- uses: julia-actions/cache@v1
19+
- uses: julia-actions/cache@v2
2020
- name: Install dependencies
2121
run: julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2222
- name: Build and deploy

0 commit comments

Comments
 (0)