File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 os : ['ubuntu-latest', 'macos-latest', 'windows-latest']
1919 python-version : ['3.10', '3.11', '3.12']
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v5
2424 with :
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
Original file line number Diff line number Diff line change 1919 linkChecker :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Link Checker
2525 id : lychee
Original file line number Diff line number Diff line change 1818 os : ['ubuntu-latest', 'macos-latest', 'windows-latest']
1919 python-version : ['3.10', '3.11', '3.12']
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v5
2424 with :
You can’t perform that action at this time.
0 commit comments