Skip to content

Commit db94978

Browse files
Merge pull request #20 from sotashimozono/dependabot/github_actions/julia-actions/cache-3
Bump julia-actions/cache from 2 to 3
2 parents c1d7417 + e32bec3 commit db94978

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
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
version: ${{ matrix.version }}
2626
arch: ${{ matrix.arch }}
27-
- uses: julia-actions/cache@v2
27+
- uses: julia-actions/cache@v3
2828
- uses: julia-actions/julia-buildpkg@v1
2929
- uses: julia-actions/julia-runtest@v1
3030
# ▼ ここがJulia用のCodecov連携部分です ▼

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: julia-actions/setup-julia@v2
1717
with:
1818
version: '1'
19-
- uses: julia-actions/cache@v2
19+
- uses: julia-actions/cache@v3
2020
- name: Install dependencies
2121
run: |
2222
julia --project=docs -e '

0 commit comments

Comments
 (0)