Skip to content

Commit b6ba545

Browse files
build(deps): bump the github-actions group with 3 updates (#489)
1 parent c6a6b9f commit b6ba545

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
fetch-tags: true
2929

30-
- uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 #v2.0.7
30+
- uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 #v3.0.0
3131
with:
3232
environment-name: fitsio-dev
3333
condarc: |

.github/workflows/tests-external-cfitsio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464
fetch-tags: true
6565

66-
- uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 #v2.0.7
66+
- uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 #v3.0.0
6767
with:
6868
environment-name: fitsio-dev
6969
environment-file: environment.yml

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757
fetch-tags: true
5858

59-
- uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 #v2.0.7
59+
- uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 #v3.0.0
6060
with:
6161
environment-name: fitsio-dev
6262
environment-file: environment.yml

.github/workflows/wheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: '${{ env.PYVER }}'
5252

5353
- name: build wheels
54-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
54+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
5555
env:
5656
CIBW_BUILD: "*manylinux*"
5757
CIBW_ARCHS: auto64
@@ -96,7 +96,7 @@ jobs:
9696
python-version: '${{ env.PYVER }}'
9797

9898
- name: build wheels
99-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
99+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
100100
env:
101101
CIBW_BUILD: "*musllinux*"
102102
CIBW_ARCHS: auto64
@@ -142,7 +142,7 @@ jobs:
142142
python-version: '${{ env.PYVER }}'
143143

144144
- name: build wheels
145-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
145+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
146146
env:
147147
CIBW_BUILD: "*macosx*"
148148
CIBW_ARCHS: auto64
@@ -180,7 +180,7 @@ jobs:
180180
python-version: '${{ env.PYVER }}'
181181

182182
- name: build wheels
183-
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
183+
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
184184
env:
185185
CIBW_BUILD: "*macosx*"
186186
CIBW_ARCHS: arm64
@@ -233,7 +233,7 @@ jobs:
233233
pip install -U build
234234
235235
- name: download wheels
236-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
236+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
237237
with:
238238
path: ./wheels
239239
pattern: whl-*

0 commit comments

Comments
 (0)