Skip to content

Commit 3ec5a38

Browse files
Bump prefix-dev/setup-pixi from 0.9.3 to 0.9.4 in the actions group (#11174)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc990aa commit 3ec5a38

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-additional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
215215
with:
216216
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
217-
- uses: prefix-dev/setup-pixi@v0.9.3
217+
- uses: prefix-dev/setup-pixi@v0.9.4
218218
with:
219219
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
220220
cache: true

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
104104
with:
105105
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
106-
- uses: prefix-dev/setup-pixi@v0.9.3
106+
- uses: prefix-dev/setup-pixi@v0.9.4
107107
with:
108108
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
109109
cache: true

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
8585
with:
8686
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
87-
- uses: prefix-dev/setup-pixi@v0.9.3
87+
- uses: prefix-dev/setup-pixi@v0.9.4
8888
with:
8989
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
9090
cache: true

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: Parcels-code/pixi-lock/restore@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
142142
with:
143143
cache-key: ${{ needs.cache-pixi-lock.outputs.cache-key }}
144-
- uses: prefix-dev/setup-pixi@v0.9.3
144+
- uses: prefix-dev/setup-pixi@v0.9.4
145145
with:
146146
pixi-version: ${{ needs.cache-pixi-lock.outputs.pixi-version }}
147147
cache: true

0 commit comments

Comments
 (0)