File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
21- - uses : prefix-dev/setup-pixi@v0.9.4
21+ - uses : prefix-dev/setup-pixi@v0.9.5
2222 with :
2323 pixi-version : v0.59.0
2424 environments : doc
2929
3030 - name : Update the main gh-page website
3131 if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
32- uses : peaceiris/actions-gh-pages@v4.0 .0
32+ uses : peaceiris/actions-gh-pages@v4.1 .0
3333 with :
3434 github_token : ${{ secrets.GITHUB_TOKEN }}
3535 publish_dir : ./doc/_build/html
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v6
16- - uses : prefix-dev/setup-pixi@v0.9.4
16+ - uses : prefix-dev/setup-pixi@v0.9.5
1717 with :
1818 pixi-version : v0.59.0
1919 environments : lint
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
22- - uses : prefix-dev/setup-pixi@v0.9.4
22+ - uses : prefix-dev/setup-pixi@v0.9.5
2323 with :
2424 pixi-version : v0.59.0
2525 environments : ${{ matrix.environment }}
2929 run : pixi run -e ${{ matrix.environment }} test
3030
3131 - name : Upload coverage reports to Codecov
32- uses : codecov/codecov-action@v5.5.2
32+ uses : codecov/codecov-action@v6.0.1
3333 with :
3434 token : ${{ secrets.CODECOV_TOKEN }}
3535 slug : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments