File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,20 +15,21 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 version :
18- - ' 1.5'
18+ - ' min'
19+ - ' lts'
1920 - ' 1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
20- - ' nightly '
21+ - ' pre '
2122 os :
2223 - ubuntu-latest
2324 arch :
2425 - x64
2526 steps :
26- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v5
2728 - uses : julia-actions/setup-julia@v1
2829 with :
2930 version : ${{ matrix.version }}
3031 arch : ${{ matrix.arch }}
31- - uses : actions/cache@v1
32+ - uses : actions/cache@v4
3233 env :
3334 cache-name : cache-artifacts
3435 with :
@@ -41,14 +42,14 @@ jobs:
4142 - uses : julia-actions/julia-buildpkg@v1
4243 - uses : julia-actions/julia-runtest@v1
4344 - uses : julia-actions/julia-processcoverage@v1
44- - uses : codecov/codecov-action@v1
45+ - uses : codecov/codecov-action@v5
4546 with :
4647 file : lcov.info
4748 docs :
4849 name : Documentation
4950 runs-on : ubuntu-latest
5051 steps :
51- - uses : actions/checkout@v2
52+ - uses : actions/checkout@v5
5253 - uses : julia-actions/setup-julia@v1
5354 with :
5455 version : ' 1'
You can’t perform that action at this time.
0 commit comments