File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 arch :
1919 - x64
2020 steps :
21- - uses : actions/checkout@v2
22- - uses : julia-actions/setup-julia@v1
21+ - uses : actions/checkout@v4
22+ - uses : julia-actions/setup-julia@v2
2323 with :
2424 version : ${{ matrix.version }}
2525 arch : ${{ matrix.arch }}
3838 - uses : julia-actions/julia-runtest@latest
3939 continue-on-error : ${{ matrix.version == 'nightly' }}
4040 - uses : julia-actions/julia-processcoverage@v1
41- - uses : codecov/codecov-action@v1
41+ - uses : codecov/codecov-action@v5
4242 with :
4343 token : f6a6e64a-91da-4d55-8bea-04dc83ddee9a
4444 file : lcov.info
Original file line number Diff line number Diff line change 1212 contents : write
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v2
16- - uses : julia-actions/setup-julia@v1
15+ - uses : actions/checkout@v4
16+ - uses : julia-actions/setup-julia@v2
1717 with :
1818 version : ' 1.6'
1919 - name : Install dependencies
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
2424 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
25- run : julia --project=docs/ docs/make.jl
25+ run : julia --color=yes -- project=docs/ docs/make.jl
You can’t perform that action at this time.
0 commit comments