Skip to content

Commit 0f89c86

Browse files
chore(ci): bump the github-actions group across 1 directory with 8 updates
Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `3` | `4` | | [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `9.21.0` | `10.4.1` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.23.3` | `3.2.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.4` | `1.13.0` | | [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager) | `0.5.1` | `0.6.0` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `CodSpeedHQ/action` from 3 to 4 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3...v4) Updates `python-semantic-release/python-semantic-release` from 9.21.0 to 10.4.1 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v9.21.0...v10.4.1) Updates `pypa/cibuildwheel` from 2.23.3 to 3.2.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.23.3...v3.2.0) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) Updates `tiangolo/issue-manager` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/tiangolo/issue-manager/releases) - [Commits](tiangolo/issue-manager@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.4.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: tiangolo/issue-manager dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b50d66 commit 0f89c86

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
lint:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
17+
- uses: actions/checkout@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.10"
2121
- uses: pre-commit/action@v3.0.1
@@ -26,7 +26,7 @@ jobs:
2626
name: Lint Commit Messages
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232
- uses: wagoid/commitlint-github-action@v6
@@ -49,9 +49,9 @@ jobs:
4949
- "use_cython"
5050
runs-on: ${{ matrix.os }}
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- name: Set up Python
54-
uses: actions/setup-python@v5
54+
uses: actions/setup-python@v6
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
allow-prereleases: true
@@ -82,9 +82,9 @@ jobs:
8282
- ubuntu-latest
8383
runs-on: ${{ matrix.os }}
8484
steps:
85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@v5
8686
- name: Set up Python
87-
uses: actions/setup-python@v5
87+
uses: actions/setup-python@v6
8888
with:
8989
python-version: ${{ matrix.python-version }}
9090
- uses: snok/install-poetry@v1.4.1
@@ -104,9 +104,9 @@ jobs:
104104
codspeed_benchmark:
105105
runs-on: ubuntu-latest
106106
steps:
107-
- uses: actions/checkout@v4
107+
- uses: actions/checkout@v5
108108
- name: Setup Python 3.13
109-
uses: actions/setup-python@v5
109+
uses: actions/setup-python@v6
110110
with:
111111
python-version: 3.13
112112
- uses: snok/install-poetry@v1.4.1
@@ -115,7 +115,7 @@ jobs:
115115
REQUIRE_CYTHON=1 poetry install --only=main,dev
116116
shell: bash
117117
- name: Run benchmarks
118-
uses: CodSpeedHQ/action@v3
118+
uses: CodSpeedHQ/action@v4
119119
with:
120120
token: ${{ secrets.CODSPEED_TOKEN }}
121121
run: poetry run pytest --no-cov -vvvvv --codspeed tests/benchmarks
@@ -137,21 +137,21 @@ jobs:
137137
newest_release_tag: ${{ steps.release.outputs.tag }}
138138

139139
steps:
140-
- uses: actions/checkout@v4
140+
- uses: actions/checkout@v5
141141
with:
142142
fetch-depth: 0
143143
ref: ${{ github.head_ref || github.ref_name }}
144144

145145
# Do a dry run of PSR
146146
- name: Test release
147-
uses: python-semantic-release/python-semantic-release@v9.21.0
147+
uses: python-semantic-release/python-semantic-release@v10.4.1
148148
if: github.ref_name != 'main'
149149
with:
150150
root_options: --noop
151151

152152
# On main branch: actual PSR + upload to PyPI & GitHub
153153
- name: Release
154-
uses: python-semantic-release/python-semantic-release@v9.21.0
154+
uses: python-semantic-release/python-semantic-release@v10.4.1
155155
id: release
156156
if: github.ref_name == 'main'
157157
with:
@@ -227,13 +227,13 @@ jobs:
227227
musl: ""
228228
pyver: cp313
229229
steps:
230-
- uses: actions/checkout@v4
230+
- uses: actions/checkout@v5
231231
with:
232232
ref: ${{ needs.release.outputs.newest_release_tag }}
233233
fetch-depth: 0
234234
# Used to host cibuildwheel
235235
- name: Set up Python
236-
uses: actions/setup-python@v5
236+
uses: actions/setup-python@v6
237237
with:
238238
python-version: "3.12"
239239
- name: Set up QEMU
@@ -261,7 +261,7 @@ jobs:
261261
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
262262
fi
263263
- name: Build wheels
264-
uses: pypa/cibuildwheel@v2.23.3
264+
uses: pypa/cibuildwheel@v3.2.0
265265
env:
266266
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
267267
REQUIRE_CYTHON: 1
@@ -279,7 +279,7 @@ jobs:
279279
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
280280

281281
steps:
282-
- uses: actions/download-artifact@v4
282+
- uses: actions/download-artifact@v5
283283
with:
284284
# unpacks default artifact into dist/
285285
# if `name: artifact` is omitted, the action will create extra parent dir
@@ -288,6 +288,6 @@ jobs:
288288
merge-multiple: true
289289

290290
- uses:
291-
pypa/gh-action-pypi-publish@v1.12.4
291+
pypa/gh-action-pypi-publish@v1.13.0
292292

293293
# To test: repository_url: https://test.pypi.org/legacy/

.github/workflows/issue-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issue-manager:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: tiangolo/issue-manager@0.5.1
21+
- uses: tiangolo/issue-manager@0.6.0
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
config: >

.github/workflows/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
labels:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: 3.8
1919
- name: Install labels

0 commit comments

Comments
 (0)