Skip to content

Commit

Permalink
Bump prefix-dev/setup-pixi from 0.5.2 to 0.6.0 in the dependencies gr…
Browse files Browse the repository at this point in the history
…oup (#956)

Bumps the dependencies group with 1 update: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi).


Updates `prefix-dev/setup-pixi` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases)
- [Commits](prefix-dev/setup-pixi@v0.5.2...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 83fcaac commit 9c6cab6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ammr-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
environments: docs
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
git checkout $(git describe --tags `git rev-list --tags=ammr* --max-count=1`);
- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
environments: docs
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-compare-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
ref: ${{ env.GIT_REFERENCE }}
fetch-depth: 0

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
environments: test
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
environments: test
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set debug env vars
run: echo ${{ github.event.inputs.debug_config }} >> $GITHUB_ENV

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
environments: test
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
id: pixi
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
environments: test
pixi-bin-path: ${{ runner.temp }}\Scripts\pixi.exe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: actions/checkout@v4

- uses: prefix-dev/setup-pixi@v0.5.2
- uses: prefix-dev/setup-pixi@v0.6.0
with:
environments: test
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
Expand Down

0 comments on commit 9c6cab6

Please sign in to comment.