Skip to content

Commit 519e5d1

Browse files
Bump prefix-dev/setup-pixi from 0.9.3 to 0.9.4 in the actions group (#11123)
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 52c36d4 commit 519e5d1

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cache-pixi-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: |
3131
pixi.lock
3232
key: ${{ steps.date.outputs.date }}_${{ inputs.pixi-version }}_${{hashFiles('pixi.toml')}}
33-
- uses: prefix-dev/setup-pixi@v0.9.3
33+
- uses: prefix-dev/setup-pixi@v0.9.4
3434
if: ${{ !steps.restore.outputs.cache-hit }}
3535
with:
3636
pixi-version: ${{ inputs.pixi-version }}

.github/workflows/ci-additional.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
path: |
6767
pixi.lock
6868
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
69-
- uses: prefix-dev/setup-pixi@v0.9.3
69+
- uses: prefix-dev/setup-pixi@v0.9.4
7070
with:
7171
pixi-version: ${{ env.PIXI_VERSION }}
7272
cache: true
@@ -108,7 +108,7 @@ jobs:
108108
path: |
109109
pixi.lock
110110
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
111-
- uses: prefix-dev/setup-pixi@v0.9.3
111+
- uses: prefix-dev/setup-pixi@v0.9.4
112112
with:
113113
pixi-version: ${{ env.PIXI_VERSION }}
114114
cache: true
@@ -157,7 +157,7 @@ jobs:
157157
path: |
158158
pixi.lock
159159
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
160-
- uses: prefix-dev/setup-pixi@v0.9.3
160+
- uses: prefix-dev/setup-pixi@v0.9.4
161161
with:
162162
pixi-version: ${{ env.PIXI_VERSION }}
163163
cache: true
@@ -214,7 +214,7 @@ jobs:
214214
path: |
215215
pixi.lock
216216
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
217-
- uses: prefix-dev/setup-pixi@v0.9.3
217+
- uses: prefix-dev/setup-pixi@v0.9.4
218218
with:
219219
pixi-version: ${{ env.PIXI_VERSION }}
220220
cache: true
@@ -267,7 +267,7 @@ jobs:
267267
pixi.lock
268268
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
269269

270-
- uses: prefix-dev/setup-pixi@v0.9.3
270+
- uses: prefix-dev/setup-pixi@v0.9.4
271271
with:
272272
pixi-version: ${{ env.PIXI_VERSION }}
273273
cache: true

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
path: |
9292
pixi.lock
9393
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
94-
- uses: prefix-dev/setup-pixi@v0.9.3
94+
- uses: prefix-dev/setup-pixi@v0.9.4
9595
with:
9696
pixi-version: ${{ env.PIXI_VERSION }}
9797
cache: true

.github/workflows/hypothesis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
path: |
7171
pixi.lock
7272
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
73-
- uses: prefix-dev/setup-pixi@v0.9.3
73+
- uses: prefix-dev/setup-pixi@v0.9.4
7474
with:
7575
pixi-version: ${{ env.PIXI_VERSION }}
7676
cache: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: |
7272
pixi.lock
7373
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
74-
- uses: prefix-dev/setup-pixi@v0.9.3
74+
- uses: prefix-dev/setup-pixi@v0.9.4
7575
with:
7676
pixi-version: ${{ env.PIXI_VERSION }}
7777
cache: true
@@ -128,7 +128,7 @@ jobs:
128128
path: |
129129
pixi.lock
130130
key: ${{ needs.cache-pixi-lock.outputs.cache-id }}
131-
- uses: prefix-dev/setup-pixi@v0.9.3
131+
- uses: prefix-dev/setup-pixi@v0.9.4
132132
with:
133133
pixi-version: ${{ env.PIXI_VERSION }}
134134
cache: true

0 commit comments

Comments
 (0)