Skip to content

Commit b833432

Browse files
Chore(deps): Bump prefix-dev/setup-pixi in the actions group
Bumps the actions group with 1 update: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `prefix-dev/setup-pixi` from 0.9.3 to 0.9.4 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.3...v0.9.4) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5642129 commit b833432

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)