Skip to content

Commit 78c84b2

Browse files
anthonyanthony
authored andcommitted
update actions/cache -> julia-actions/cache
1 parent bb7a0e0 commit 78c84b2

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
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
32+
- uses: julia-actions/cache@v1
3333
env:
3434
cache-name: cache-artifacts
3535
with:
@@ -63,4 +63,4 @@ jobs:
6363
using Documenter: DocMeta, doctest
6464
using MLJModelInterface
6565
DocMeta.setdocmeta!(MLJModelInterface, :DocTestSetup, :(using MLJModelInterface); recursive=true)
66-
doctest(MLJModelInterface)'
66+
doctest(MLJModelInterface)'

0 commit comments

Comments
 (0)