Skip to content

Commit

Permalink
chore(ci): bump prefix-dev/setup-pixi from 0.7.0 to 0.8.0 (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 3bc5eda commit 5fe1159
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
submodules: recursive

- uses: prefix-dev/setup-pixi@v0.7.0
- uses: prefix-dev/setup-pixi@v0.8.0

- name: Build docs for test
run: |
Expand All @@ -63,7 +63,7 @@ jobs:
run: |
git checkout tags/${{ github.event.inputs.tag }}
- uses: prefix-dev/setup-pixi@v0.7.0
- uses: prefix-dev/setup-pixi@v0.8.0

- name: Configure Git user
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
fetch-depth: 0
submodules: recursive

- uses: prefix-dev/setup-pixi@v0.7.0
- uses: prefix-dev/setup-pixi@v0.8.0

- name: Configure Git user
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.75.0"
- uses: prefix-dev/setup-pixi@v0.7.0
- uses: prefix-dev/setup-pixi@v0.8.0
with:
pixi-version: v0.13.0
- if: runner.os == 'macOS'
Expand Down

0 comments on commit 5fe1159

Please sign in to comment.