Skip to content

Commit 6c99eef

Browse files
authored
Merge pull request #13 from scikit-learn-contrib/dependabot/github_actions/actions-4338376716
Chore(deps): Bump the actions group across 1 directory with 3 updates
2 parents 6a75cba + a4d5124 commit 6c99eef

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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 }}
@@ -29,7 +29,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)