File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Set up Python 3.11
1818 uses : actions/setup-python@v5
1919 with :
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Set up Python 3.11
1818 uses : actions/setup-python@v5
1919 with :
Original file line number Diff line number Diff line change 1111 name : JOSS Paper Draft
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : Build draft PDF
1616 uses : openjournals/openjournals-draft-action@master
1717 with :
Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Set up Python 3.10
1818 uses : actions/setup-python@v5
1919 with :
Original file line number Diff line number Diff line change 2222 permissions :
2323 id-token : write
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - name : Set up Python
2727 uses : actions/setup-python@v5
2828 with :
Original file line number Diff line number Diff line change 1919
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Set up - ${{ matrix.os }} - Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v5
2525 with :
Original file line number Diff line number Diff line change 1919
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Set up - ${{ matrix.os }} - Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v5
2525 with :
You can’t perform that action at this time.
0 commit comments