Skip to content

Commit

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

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.1 to 0.5.2
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases)
- [Commits](prefix-dev/setup-pixi@v0.5.1...v0.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent ebad429 commit e699fd3
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.1
- uses: prefix-dev/setup-pixi@v0.5.2
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.1
- uses: prefix-dev/setup-pixi@v0.5.2
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.1
- uses: prefix-dev/setup-pixi@v0.5.2
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.1
- uses: prefix-dev/setup-pixi@v0.5.2
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.1
- uses: prefix-dev/setup-pixi@v0.5.2
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.1
- uses: prefix-dev/setup-pixi@v0.5.2
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.1
- uses: prefix-dev/setup-pixi@v0.5.2
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.1
- uses: prefix-dev/setup-pixi@v0.5.2
with:
environments: test
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'master' }}
Expand Down

0 comments on commit e699fd3

Please sign in to comment.