Skip to content

Commit 314d689

Browse files
Bump prefix-dev/setup-pixi from 0.8.4 to 0.8.5 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.8.4 to 0.8.5 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 655cdd3 commit 314d689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
1919
with:
2020
fetch-depth: 0
21-
- uses: prefix-dev/[email protected].4
21+
- uses: prefix-dev/[email protected].5
2222
with:
2323
pixi-version: v0.26.1
2424
environments: cpu

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: prefix-dev/[email protected].4
16+
- uses: prefix-dev/[email protected].5
1717
with:
1818
pixi-version: v0.26.1
1919
environments: ${{ matrix.environment }}

0 commit comments

Comments
 (0)