Skip to content

Commit 927cb18

Browse files
Bump the gh-actions group with 3 updates (#913)
1 parent 002989e commit 927cb18

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up micromamba
2525
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
2626
- name: Build wheels
27-
uses: pypa/cibuildwheel@v2.22.0
27+
uses: pypa/cibuildwheel@v2.23.0
2828
- uses: actions/upload-artifact@v4
2929
with:
3030
path: ./wheelhouse/*.whl

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout branch
2323
uses: actions/checkout@v4
2424
- name: Set up pixi
25-
uses: prefix-dev/[email protected].1
25+
uses: prefix-dev/[email protected].3
2626
with:
2727
environments: lint default
2828
- name: pre-commit
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout branch
5050
uses: actions/checkout@v4
5151
- name: Set up pixi
52-
uses: prefix-dev/setup-pixi@992a3081e2f87829e0fff9fb29f4fe6a5d1e80a2
52+
uses: prefix-dev/setup-pixi@2970de4ad95fecdf1c3173999267d5b28c01853e
5353
with:
5454
environments: ${{ matrix.environment }}
5555
- name: Update dependencies

.github/workflows/daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout branch
2626
uses: actions/checkout@v4
2727
- name: Set up pixi
28-
uses: prefix-dev/setup-pixi@992a3081e2f87829e0fff9fb29f4fe6a5d1e80a2
28+
uses: prefix-dev/setup-pixi@2970de4ad95fecdf1c3173999267d5b28c01853e
2929
with:
3030
environments: ${{ matrix.environment }}
3131
- name: Update dependencies

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
GIT_DESCRIBE_NUMBER="$(git rev-list --count ${GIT_DESCRIBE_TAG}..HEAD || echo UNKNOWN)"
4747
echo GIT_DESCRIBE_NUMBER=$GIT_DESCRIBE_NUMBER >> $GITHUB_OUTPUT
4848
49-
- uses: prefix-dev/rattler-build-action@b1147fbfc554014f7b152296deeab0de1789f05d # v0.2.30
49+
- uses: prefix-dev/rattler-build-action@6f0cd2ff475379a6da7221b22894613bb26a65ab # v0.2.31
5050
with:
5151
recipe-path: conda.recipe/recipe.yaml
5252
build-args: -m .ci_support/${{ matrix.variant-file }}.yaml --target-platform ${{ matrix.target-platform }} ${{ matrix.rattler-build-args }}

0 commit comments

Comments
 (0)