Skip to content

Commit c6a6b9f

Browse files
build(deps): bump the github-actions group with 6 updates (#488)
* build(deps): bump the github-actions group with 6 updates Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.2` | | [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) | `2.0.6` | `2.0.7` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.1.0` | `6.2.0` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `3.3.0` | `3.3.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `8.0.0` | Updates `actions/checkout` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...de0fac2) Updates `mamba-org/setup-micromamba` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@7f29b8b...add3a49) Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) Updates `pypa/cibuildwheel` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@63fd63b...298ed2f) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 6.0.0 to 8.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...70fc10c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: mamba-org/setup-micromamba dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * Update tests.yml * Update tests.yml * Update tests.yml * Update tests-pypi.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew R. Becker <beckermr@users.noreply.github.com>
1 parent b3f9a5a commit c6a6b9f

File tree

5 files changed

+30
-28
lines changed

5 files changed

+30
-28
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
name: lint
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with:
2727
fetch-depth: 0
2828
fetch-tags: true
2929

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
remove_haskell: true
5959
rm_cmd: "rmz"
6060

61-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
61+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6262
with:
6363
fetch-depth: 0
6464
fetch-tags: true
6565

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

.github/workflows/tests-pypi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
remove_haskell: true
3737
rm_cmd: "rmz"
3838

39-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
39+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:
4141
fetch-depth: 0
4242
fetch-tags: true
4343

44-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
44+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4545
with:
4646
python-version: '${{ matrix.pyver }}'
4747

@@ -54,6 +54,7 @@ jobs:
5454
- name: install bzip2 and other tools on linux
5555
if: contains(matrix.os, 'ubuntu')
5656
run: |
57+
sudo apt-get update
5758
sudo apt-get install libbz2-dev wget make curl libcurl4-openssl-dev
5859
5960
- name: build fitsio

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
remove_haskell: true
5252
rm_cmd: "rmz"
5353

54-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
54+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555
with:
5656
fetch-depth: 0
5757
fetch-tags: true
5858

59-
- uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb #v2.0.7
59+
- uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 #v2.0.7
6060
with:
6161
environment-name: fitsio-dev
6262
environment-file: environment.yml
@@ -99,7 +99,8 @@ jobs:
9999
- name: install bzip2 and curl on linux
100100
if: matrix.os == 'ubuntu-latest'
101101
run: |
102-
sudo apt-get install libbz2-dev curl libcurl4-openssl-dev
102+
sudo apt-get update
103+
sudo apt-get install libbz2-dev curl libcurl4-openssl-dev
103104
104105
- name: test install sdist .gz with no unit tests
105106
run: |

.github/workflows/wheel.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ jobs:
4040
remove_haskell: true
4141
rm_cmd: "rmz"
4242

43-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
with:
4545
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || '' }}
4646
fetch-depth: 0
4747
fetch-tags: true
4848

49-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
49+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5050
with:
5151
python-version: '${{ env.PYVER }}'
5252

5353
- name: build wheels
54-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
54+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
5555
env:
5656
CIBW_BUILD: "*manylinux*"
5757
CIBW_ARCHS: auto64
@@ -68,7 +68,7 @@ jobs:
6868
pip install ./wheelhouse/*cp${pystr}*.whl
6969
pytest --pyargs fitsio
7070
71-
- uses: actions/upload-artifact@v6
71+
- uses: actions/upload-artifact@v7
7272
with:
7373
name: whl-linux
7474
path: ./wheelhouse/*.whl
@@ -85,18 +85,18 @@ jobs:
8585
remove_haskell: true
8686
rm_cmd: "rmz"
8787

88-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
88+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8989
with:
9090
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || '' }}
9191
fetch-depth: 0
9292
fetch-tags: true
9393

94-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
94+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
9595
with:
9696
python-version: '${{ env.PYVER }}'
9797

9898
- name: build wheels
99-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
99+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
100100
env:
101101
CIBW_BUILD: "*musllinux*"
102102
CIBW_ARCHS: auto64
@@ -122,7 +122,7 @@ jobs:
122122
pytest --pyargs fitsio
123123
deactivate
124124
125-
- uses: actions/upload-artifact@v6
125+
- uses: actions/upload-artifact@v7
126126
with:
127127
name: whl-musl
128128
path: ./wheelhouse/*.whl
@@ -131,18 +131,18 @@ jobs:
131131
name: osx-intel
132132
runs-on: macos-15-intel
133133
steps:
134-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
134+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
135135
with:
136136
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || '' }}
137137
fetch-depth: 0
138138
fetch-tags: true
139139

140-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
140+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
141141
with:
142142
python-version: '${{ env.PYVER }}'
143143

144144
- name: build wheels
145-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
145+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
146146
env:
147147
CIBW_BUILD: "*macosx*"
148148
CIBW_ARCHS: auto64
@@ -160,7 +160,7 @@ jobs:
160160
pip install ./wheelhouse/*cp${pystr}*.whl
161161
pytest --pyargs fitsio
162162
163-
- uses: actions/upload-artifact@v6
163+
- uses: actions/upload-artifact@v7
164164
with:
165165
name: whl-macos
166166
path: ./wheelhouse/*.whl
@@ -169,18 +169,18 @@ jobs:
169169
name: osx-arm
170170
runs-on: macos-latest
171171
steps:
172-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
172+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
173173
with:
174174
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || '' }}
175175
fetch-depth: 0
176176
fetch-tags: true
177177

178-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
178+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
179179
with:
180180
python-version: '${{ env.PYVER }}'
181181

182182
- name: build wheels
183-
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
183+
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
184184
env:
185185
CIBW_BUILD: "*macosx*"
186186
CIBW_ARCHS: arm64
@@ -198,7 +198,7 @@ jobs:
198198
pip install ./wheelhouse/*cp${pystr}*.whl
199199
pytest --pyargs fitsio
200200
201-
- uses: actions/upload-artifact@v6
201+
- uses: actions/upload-artifact@v7
202202
with:
203203
name: whl-arm
204204
path: ./wheelhouse/*.whl
@@ -217,13 +217,13 @@ jobs:
217217
remove_haskell: true
218218
rm_cmd: "rmz"
219219

220-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
220+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
221221
with:
222222
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || '' }}
223223
fetch-depth: 0
224224
fetch-tags: true
225225

226-
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
226+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
227227
with:
228228
python-version: '${{ env.PYVER }}'
229229

@@ -233,7 +233,7 @@ jobs:
233233
pip install -U build
234234
235235
- name: download wheels
236-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
236+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
237237
with:
238238
path: ./wheels
239239
pattern: whl-*

0 commit comments

Comments
 (0)