File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - version : ' 1.10' # current lts
3535 os : windows-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : julia-actions/setup-julia@v2
3939 with :
4040 version : ${{ matrix.version }}
9292 # Instead, we use the more tedious approach described above.
9393 # At first, we check out the repository and download all artifacts
9494 # (and list files for debugging).
95- - uses : actions/checkout@v4
95+ - uses : actions/checkout@v5
9696 - uses : actions/download-artifact@v5
9797 - run : ls -R
9898 # Next, we merge the individual coverage files and upload
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout gh-pages branch
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 ref : gh-pages
1818
Original file line number Diff line number Diff line change 3737 build :
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 - uses : julia-actions/setup-julia@v2
4242 with :
4343 version : ' 1'
Original file line number Diff line number Diff line change 2929 arch :
3030 - x64
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - uses : julia-actions/setup-julia@v2
3434 with :
3535 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 2222 with :
2323 version : ${{ matrix.julia-version }}
2424
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Install JuliaFormatter and format
2727 # This will use the latest version by default but you can set the version like so:
2828 #
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Actions Repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 - name : Check spelling
1313 uses : crate-ci/typos@v1.37.0
You can’t perform that action at this time.
0 commit comments