Skip to content

Commit

Permalink
Bump prefix-dev/setup-pixi from 0.8.1 to 0.8.3
Browse files Browse the repository at this point in the history
Bumps [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) from 0.8.1 to 0.8.3.
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases)
- [Commits](prefix-dev/setup-pixi@v0.8.1...v0.8.3)

---
updated-dependencies:
- dependency-name: prefix-dev/setup-pixi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent d718a3e commit 9422f41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].3
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].3
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].3
with:
cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
ref: ${{ matrix.base }}
- name: Set up pixi
uses: prefix-dev/[email protected].1
uses: prefix-dev/[email protected].3
with:
run-install: false
- name: Update lockfiles
Expand Down

0 comments on commit 9422f41

Please sign in to comment.