Skip to content

Commit

Permalink
chore(ci): bump prefix-dev/setup-pixi from 0.8.2 to 0.8.3 (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
1 parent d9c6d0e commit 9342ad0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- uses: prefix-dev/[email protected].2
- uses: prefix-dev/[email protected].3

- name: Build docs for PR
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
with:
submodules: recursive

- uses: prefix-dev/[email protected].2
- uses: prefix-dev/[email protected].3

- name: Build docs for test
run: |
Expand All @@ -102,7 +102,7 @@ jobs:
run: |
git checkout tags/${{ github.event.inputs.tag }}
- uses: prefix-dev/[email protected].2
- uses: prefix-dev/[email protected].3

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

- uses: prefix-dev/[email protected].2
- uses: prefix-dev/[email protected].3

- 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 @@ -41,7 +41,7 @@ jobs:
with:
workspaces: ". -> target-pixi"
key: ${{ hashFiles('pixi.lock') }}
- uses: prefix-dev/[email protected].2
- uses: prefix-dev/[email protected].3
# build in release mode so that it's reasonably fast to run the tests
- run: pixi run build-release
- run: pixi run test-ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up pixi
uses: prefix-dev/[email protected].2
uses: prefix-dev/[email protected].3
with:
environments: lint
- name: pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: prefix-dev/[email protected].2
- uses: prefix-dev/[email protected].3
with:
manifest-path: py-rattler-build/pixi.toml
- name: Check formatting
Expand Down

0 comments on commit 9342ad0

Please sign in to comment.