Skip to content

Commit 6130f2c

Browse files
chore(ci): bump the github-actions group with 7 updates (#81)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent fbf1753 commit 6130f2c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32-
- uses: wagoid/commitlint-github-action@v5.3.1
32+
- uses: wagoid/commitlint-github-action@v6.2.1
3333

3434
test:
3535
strategy:
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
allow-prereleases: true
57-
- uses: snok/install-poetry@v1.3.3
57+
- uses: snok/install-poetry@v1.4.1
5858
- name: Install Dependencies
5959
# the separate `pip install` phase is required because Poetry
6060
# appears to hide the output of `pip install` commands (and possibly
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
REQUIRE_CYTHON: ${{ matrix.extension == 'use_cython' }}
7474
- name: Upload coverage to Codecov
75-
uses: codecov/codecov-action@v4
75+
uses: codecov/codecov-action@v5
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878

@@ -114,7 +114,7 @@ jobs:
114114
uses: actions/setup-python@v5
115115
with:
116116
python-version: ${{ matrix.python-version }}
117-
- uses: snok/install-poetry@v1.3.3
117+
- uses: snok/install-poetry@v1.4.1
118118
- name: Install Dependencies
119119
run: poetry install --only=main,dev,benchmark
120120
env:
@@ -133,10 +133,10 @@ jobs:
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: Setup Python 3.13
136-
uses: actions/setup-python@v4
136+
uses: actions/setup-python@v5
137137
with:
138138
python-version: 3.13
139-
- uses: snok/install-poetry@v1.3.4
139+
- uses: snok/install-poetry@v1.4.1
140140
- name: Install Dependencies
141141
run: |
142142
REQUIRE_CYTHON=1 poetry install --only=main,dev
@@ -172,14 +172,14 @@ jobs:
172172

173173
# Do a dry run of PSR
174174
- name: Test release
175-
uses: python-semantic-release/python-semantic-release@v9.8.7
175+
uses: python-semantic-release/python-semantic-release@v9.20.0
176176
if: github.ref_name != 'main'
177177
with:
178178
root_options: --noop
179179

180180
# On main branch: actual PSR + upload to PyPI & GitHub
181181
- name: Release
182-
uses: python-semantic-release/python-semantic-release@v9.8.7
182+
uses: python-semantic-release/python-semantic-release@v9.20.0
183183
id: release
184184
if: github.ref_name == 'main'
185185
with:
@@ -268,7 +268,7 @@ jobs:
268268
path: dist
269269
merge-multiple: true
270270

271-
- uses: pypa/gh-action-pypi-publish@v1.12.3
271+
- uses: pypa/gh-action-pypi-publish@v1.12.4
272272
with:
273273
user: __token__
274274
password: ${{ secrets.PYPI_TOKEN }}

.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.4.0
21+
- uses: tiangolo/issue-manager@0.5.1
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
config: >
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
extends: ["@commitlint/config-conventional"],
33
rules: {
44
"header-max-length": [0, "always", Infinity],

0 commit comments

Comments
 (0)