File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 contents : write
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@v7
1818 with :
1919 fetch-depth : 0
20- - uses : prefix-dev/setup-pixi@v0.9.4
20+ - uses : prefix-dev/setup-pixi@v0.9.6
2121 with :
2222# pixi-version: v0.23.0
2323 environments : doc
2828
2929 - name : Update the main gh-page website
3030 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
31- uses : peaceiris/actions-gh-pages@v4.0 .0
31+ uses : peaceiris/actions-gh-pages@v4.1 .0
3232 with :
3333 github_token : ${{ secrets.GITHUB_TOKEN }}
3434 publish_dir : ./doc/_build/html
Original file line number Diff line number Diff line change 1111 name : Paper Draft
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
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 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
17- - uses : prefix-dev/setup-pixi@v0.9.4
16+ - uses : actions/checkout@v7
17+ - uses : prefix-dev/setup-pixi@v0.9.6
1818 with :
1919# pixi-version: v0.23.0
2020 environments : lint
Original file line number Diff line number Diff line change 1313 id-token : write
1414 contents : read
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1717 environment : [ test ]
1818 runs-on : ${{ matrix.os }}
1919 steps :
20- - uses : actions/checkout@v6
21- - uses : prefix-dev/setup-pixi@v0.9.4
20+ - uses : actions/checkout@v7
21+ - uses : prefix-dev/setup-pixi@v0.9.6
2222 with :
2323# pixi-version: v0.23.0
2424 environments : ${{ matrix.environment }}
You can’t perform that action at this time.
0 commit comments