File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 docker_build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Build the Docker image
1818 run : make docker_build
Original file line number Diff line number Diff line change 99 permissions :
1010 issues : write
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 ref : main
1515 - name : Install FAQtory
Original file line number Diff line number Diff line change 1212 package :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 submodules : recursive
1818 fetch-depth : 0
Original file line number Diff line number Diff line change 2525 fail-fast : false
2626 steps :
2727 - name : Clone repo
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 - name : Set up Python ${{ matrix.python-version }}
3030 uses : actions/setup-python@v5
3131 with :
Original file line number Diff line number Diff line change 2424 steps :
2525
2626 - name : Clone repo
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828
2929 - name : Set up Python ${{ matrix.python-version }}
3030 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1818 validate_cff :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - name : Check whether the citation metadata from CITATION.cff is valid
2323 uses : citation-file-format/cffconvert-github-action@2.0.0
2424 with :
You can’t perform that action at this time.
0 commit comments