File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 with :
2424 node-version : ' 18'
2525
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 submodules : true
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 markdown-link-check :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change 3939 release : ${{matrix.version}}
4040
4141 - name : Install
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343 with :
4444 submodules : true
4545 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 submodules : true
2424 fetch-depth : 1
Original file line number Diff line number Diff line change 2323 validate_cff :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Check whether the citation metadata from CITATION.cff is valid
2828 uses : citation-file-format/cffconvert-github-action@2.0.0
2929 with :
You can’t perform that action at this time.
0 commit comments