Skip to content

Commit 285110f

Browse files
Bump the actions group with 3 updates (#86)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
1 parent 28027d9 commit 285110f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: prefix-dev/setup-pixi@v0.7.0
19+
- uses: prefix-dev/setup-pixi@v0.8.1
2020
with:
21-
pixi-version: v0.22.0
21+
pixi-version: v0.23.0
2222
environments: doc
2323
frozen: true
2424

@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Update the main gh-page website
2929
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
30-
uses: peaceiris/actions-gh-pages@v3.6.1
30+
uses: peaceiris/actions-gh-pages@v4.0.0
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./doc/_build/html

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: prefix-dev/setup-pixi@v0.7.0
16+
- uses: prefix-dev/setup-pixi@v0.8.1
1717
with:
18-
pixi-version: v0.22.0
18+
pixi-version: v0.23.0
1919
environments: lint
2020
frozen: true
2121

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: prefix-dev/setup-pixi@v0.7.0
20+
- uses: prefix-dev/setup-pixi@v0.8.1
2121
with:
22-
pixi-version: v0.22.0
22+
pixi-version: v0.23.0
2323
environments: ${{ matrix.environment }}
2424
frozen: true
2525

2626
- name: Run tests
2727
run: pixi run -e ${{ matrix.environment }} test
2828

2929
- name: Upload coverage reports to Codecov
30-
uses: codecov/codecov-action@v4.0.1
30+
uses: codecov/codecov-action@v4.4.1
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
slug: scikit-learn-contrib/project-template

0 commit comments

Comments
 (0)