File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 version :
16- - ' 1.10 '
16+ - ' lts '
1717 - ' 1'
18- - ' nightly '
18+ - ' pre '
1919 os :
2020 - ubuntu-latest
2121 - macOS-latest
2222 - windows-latest
2323 arch :
2424 - x64
2525 steps :
26- - uses : actions/checkout@v2
27- - uses : julia-actions/setup-julia@v1
26+ - uses : actions/checkout@v4
27+ - uses : julia-actions/setup-julia@v2
2828 with :
2929 version : ${{ matrix.version }}
3030 arch : ${{ matrix.arch }}
31- - uses : actions/cache@v1
31+ - uses : actions/cache@v4
3232 env :
3333 cache-name : cache-artifacts
3434 with :
4141 - uses : julia-actions/julia-buildpkg@v1
4242 - uses : julia-actions/julia-runtest@v1
4343 - uses : julia-actions/julia-processcoverage@v1
44- - uses : codecov/codecov-action@v1
44+ - uses : codecov/codecov-action@v5
4545 with :
4646 file : lcov.info
You can’t perform that action at this time.
0 commit comments