Skip to content

Commit bb130d6

Browse files
Bump prefix-dev/setup-pixi from 0.9.0 to 0.9.1
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c19b291 commit bb130d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656

57-
- uses: prefix-dev/[email protected].0
57+
- uses: prefix-dev/[email protected].1
5858
with:
5959
pixi-version: v0.52.0
6060
cache: true

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout the repository
1010
uses: actions/checkout@v5
1111

12-
- uses: prefix-dev/[email protected].0
12+
- uses: prefix-dev/[email protected].1
1313
with:
1414
pixi-version: v0.52.0
1515
cache: true

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Clone repository
5555
uses: actions/checkout@v5
5656

57-
- uses: prefix-dev/[email protected].0
57+
- uses: prefix-dev/[email protected].1
5858
with:
5959
pixi-version: v0.52.0
6060
cache: true

0 commit comments

Comments
 (0)