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:
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
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 }}
0 commit comments