File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 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 2727
2828 steps :
2929 - name : Checkout the repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Setup Python ${{ matrix.python }}
3333 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 1313 id-token : write
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 - name : Set up Python 3.13
1919 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 99 build-and-publish-htmldocs :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - name : Set up Python
1515 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments