File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 arch :
2525 - x64
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : julia-actions/setup-julia@v2
2929 with :
3030 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1616 contents : write
1717 steps :
1818 - name : Checkout gh-pages branch
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : gh-pages
2222 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 1919 statuses : write
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : julia-actions/setup-julia@v2
2424 with :
2525 version : ' 1'
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - uses : julia-actions/setup-julia@v2
2020 with :
2121 version : ' 1'
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : julia-actions/julia-buildpkg@v1
2424 - uses : julia-actions/julia-invalidations@v1
2525 id : invs_pr
2626
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 ref : ${{ github.event.repository.default_branch }}
3030 - uses : julia-actions/julia-buildpkg@v1
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out a copy of the repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515
1616 - name : Check whether the citation metadata from CITATION.cff is valid
1717 uses : citation-file-format/cffconvert-github-action@2.0.0
You can’t perform that action at this time.
0 commit comments