Skip to content

Commit bf1558f

Browse files
Bump the gh-actions group with 4 updates (#519)
1 parent 66b4065 commit bf1558f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
- name: Set up micromamba
25-
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
25+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476
2626
- name: Build wheels
27-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
27+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
2828
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2929
with:
3030
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
@@ -57,7 +57,7 @@ jobs:
5757
permissions:
5858
id-token: write
5959
steps:
60-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
60+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6161
with:
6262
merge-multiple: true
6363
path: dist
@@ -75,7 +75,7 @@ jobs:
7575
permissions:
7676
id-token: write
7777
steps:
78-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
78+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7979
with:
8080
merge-multiple: true
8181
path: dist

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout branch
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
- name: Set up pixi
24-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
24+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
2525
with:
2626
environments: lint default
2727
- name: pre-commit
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout branch
5050
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
- name: Set up pixi
52-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
52+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
5353
with:
5454
environments: ${{ matrix.environment }}
5555
- name: Update dependencies

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
- name: Fetch full git history
3535
run: git fetch --prune --unshallow
36-
- uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
36+
- uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476
3737
with:
3838
init-shell: ${{ matrix.os == 'windows-latest' && 'cmd.exe' || 'bash' }}
3939
micromamba-version: 1.5.10-0

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout branch
2626
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727
- name: Set up pixi
28-
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
28+
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
2929
with:
3030
environments: ${{ matrix.environment }}
3131
- name: Update dependencies

0 commit comments

Comments
 (0)