Skip to content

Commit 1aa6641

Browse files
authored
bump actions/cache version
1 parent 336666b commit 1aa6641

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
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
version: ${{ matrix.version }}
2525
arch: ${{ matrix.arch }}
26-
- uses: actions/cache@v1
26+
- uses: actions/cache@v4
2727
env:
2828
cache-name: cache-artifacts
2929
with:
@@ -38,4 +38,4 @@ jobs:
3838
- uses: julia-actions/julia-processcoverage@v1
3939
- uses: codecov/codecov-action@v1
4040
with:
41-
file: lcov.info
41+
file: lcov.info

0 commit comments

Comments
 (0)