Skip to content

Commit dec851b

Browse files
Bump the actions group in /.github/workflows with 6 updates (#261)
* Bump the actions group in /.github/workflows with 6 updates Bumps the actions group in /.github/workflows with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.5.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.2` | `1.12.3` | | [actions/cache](https://github.com/actions/cache) | `4.1.2` | `4.2.0` | | [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) | `2.0.2` | `2.0.3` | | [pyvista/setup-headless-display-action](https://github.com/pyvista/setup-headless-display-action) | `3.0` | `3.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.0.7` | `5.1.2` | Updates `actions/upload-artifact` from 4.4.3 to 4.5.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...6f51ac0) Updates `pypa/gh-action-pypi-publish` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@15c56db...67339c7) Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) Updates `mamba-org/setup-micromamba` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@06375d8...068f1ab) Updates `pyvista/setup-headless-display-action` from 3.0 to 3.1 - [Release notes](https://github.com/pyvista/setup-headless-display-action/releases) - [Commits](pyvista/setup-headless-display-action@4f44aea...83c78fd) Updates `codecov/codecov-action` from 5.0.7 to 5.1.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@015f24e...1e68e06) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pyvista/setup-headless-display-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Update publish.yml * Update .readthedocs.yaml * Update .readthedocs.yaml * Test on free aarch64 runner * Update test_publish.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stuart Mumford <[email protected]>
1 parent 6aef87d commit dec851b

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
env:
195195
CIBW_BUILD: ${{ matrix.CIBW_BUILD }}
196196
CIBW_ARCHS: ${{ matrix.CIBW_ARCHS }}
197-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
197+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
198198
if: |
199199
needs.targets.outputs.upload_to_pypi == 'true' || inputs.upload_to_anaconda
200200
with:
@@ -239,7 +239,7 @@ jobs:
239239
test_command: ${{ inputs.test_command }}
240240
pure_python_wheel: false
241241
python-version: '3.12'
242-
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
242+
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5
243243
if: |
244244
needs.targets.outputs.upload_to_pypi == 'true' || inputs.upload_to_anaconda
245245
with:
@@ -263,7 +263,7 @@ jobs:
263263
pattern: dist-*
264264
path: dist
265265
merge-multiple: true
266-
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
266+
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
267267
name: Upload to PyPI
268268
if: ${{ needs.targets.outputs.upload_to_pypi == 'true' }}
269269
with:

.github/workflows/publish_pure_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
UPLOAD_TO_PYPI: ${{ inputs.upload_to_pypi }}
136136
UPLOAD_TAG: ${{ startsWith(inputs.upload_to_pypi, 'refs/tags/') && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'release' || github.event_name == 'create') && startsWith(github.ref, inputs.upload_to_pypi) }}
137-
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
137+
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
138138
name: Upload to PyPI
139139
if: ${{ steps.set-upload.outputs.upload_to_pypi == 'true' }}
140140
with:

.github/workflows/test_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- cp312-macosx_arm64
3434
- cp313-macosx_universal2
3535
- cp3?-win_amd64
36-
- cp312-manylinux_aarch64
36+
- target: cp312-manylinux_aarch64
37+
runs-on: ubuntu-24.04-arm
3738
- cp313-manylinux_x86_64
3839
- target: cp311-manylinux_ppc64le
39-
runs-on: ubuntu-latest
4040
timeout-minutes: 30
4141
release_sdist_only:
4242
uses: ./.github/workflows/publish.yml

.github/workflows/tox.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Cache ${{ matrix.cache_key }}
167167
if: ${{ matrix.cache-path != '' && matrix.cache-key != '' }}
168-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
168+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
169169
with:
170170
path: ${{ matrix.cache-path }}
171171
key: ${{ matrix.cache-key }}
@@ -188,7 +188,7 @@ jobs:
188188

189189
- name: Setup conda
190190
if: ${{ matrix.conda == 'true' }}
191-
uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
191+
uses: mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
192192
with:
193193
environment-name: test
194194
condarc: |
@@ -214,15 +214,15 @@ jobs:
214214

215215
- name: Setup headless display
216216
if: ${{ matrix.display == 'true' }}
217-
uses: pyvista/setup-headless-display-action@4f44aea3c7954d33db8151a4165aa557f2c6267b # v3
217+
uses: pyvista/setup-headless-display-action@83c78fd314fbe1ee77ec7d463ba61ddee6b16475 # v3
218218

219219
- name: Install tox
220220
run: python -m pip install --upgrade tox ${{ matrix.toxdeps }}
221221

222222
- run: python -m tox -e ${{ matrix.toxenv }} ${{ matrix.toxargs }} -- ${{ matrix.pytest_flag }} ${{ matrix.posargs }}
223223

224224
- if: ${{ (success() || failure()) && matrix.artifact-path != '' }}
225-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
225+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
226226
with:
227227
name: ${{ matrix.artifact-name }}
228228
path: ${{ matrix.artifact-path }}
@@ -235,6 +235,6 @@ jobs:
235235
- name: Upload to Codecov
236236
# Even if tox fails, upload coverage
237237
if: ${{ (success() || failure()) && contains(matrix.coverage, 'codecov') && matrix.pytest == 'true' }}
238-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
238+
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
239239
with:
240240
token: ${{ secrets.CODECOV_TOKEN }}

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-22.04"
4+
os: "ubuntu-lts-latest"
55
tools:
6-
python: "3.11"
6+
python: "3.13"
77

88
python:
99
install:
1010
- requirements: docs/requirements.txt
1111

1212
# Don't build any extra formats
1313
formats: []
14+
15+
sphinx:
16+
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)