Skip to content

Commit 6a75cba

Browse files
authored
Merge pull request #10 from scikit-learn-contrib/dependabot/github_actions/actions-1bd4ecb1c2
Chore(deps): Bump prefix-dev/setup-pixi from 0.9.3 to 0.9.4 in the actions group
2 parents 5642129 + b833432 commit 6a75cba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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.3
21+
- uses: prefix-dev/setup-pixi@v0.9.4
2222
with:
2323
pixi-version: v0.59.0
2424
environments: doc

.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.3
16+
- uses: prefix-dev/setup-pixi@v0.9.4
1717
with:
1818
pixi-version: v0.59.0
1919
environments: lint

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
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.3
22+
- uses: prefix-dev/setup-pixi@v0.9.4
2323
with:
2424
pixi-version: v0.59.0
2525
environments: ${{ matrix.environment }}

0 commit comments

Comments
 (0)