Skip to content

Commit 19591dd

Browse files
chore(ci): Update prefix-dev/setup-pixi action to v0.9.5 (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1bb4e31 commit 19591dd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bump-pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17-
- uses: prefix-dev/setup-pixi@v0.9.4
17+
- uses: prefix-dev/setup-pixi@v0.9.5
1818
- run: pixi run create-pixi-update-pr
1919
env:
2020
GH_TOKEN: ${{ github.token }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
3232
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
3333
34-
- uses: prefix-dev/setup-pixi@v0.9.4
34+
- uses: prefix-dev/setup-pixi@v0.9.5
3535

3636
- name: Run lint check
3737
run: pixi run lint
@@ -60,7 +60,7 @@ jobs:
6060
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
6161
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
6262
63-
- uses: prefix-dev/setup-pixi@v0.9.4
63+
- uses: prefix-dev/setup-pixi@v0.9.5
6464
with:
6565
environments: packaging
6666

@@ -92,7 +92,7 @@ jobs:
9292
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
9393
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
9494
95-
- uses: prefix-dev/setup-pixi@v0.9.4
95+
- uses: prefix-dev/setup-pixi@v0.9.5
9696
with:
9797
environments: packaging
9898

0 commit comments

Comments
 (0)