1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
18- - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
17+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
18+ - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
1919 with :
2020 python-version : 3.13
2121 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2626 name : Lint Commit Messages
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
29+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3030 with :
3131 fetch-depth : 0
3232 - uses : wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
@@ -51,11 +51,11 @@ jobs:
5151 - " use_cython"
5252 runs-on : ${{ matrix.os }}
5353 steps :
54- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
54+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
5555 - name : Install poetry
5656 run : pipx install poetry
5757 - name : Set up Python
58- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
58+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 cache : " poetry"
7272 run : poetry run pytest --cov-report=xml
7373 shell : bash
7474 - name : Upload coverage to Codecov
75- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
75+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
7676 with :
7777 token : ${{ secrets.CODECOV_TOKEN }}
7878
@@ -93,21 +93,21 @@ jobs:
9393 newest_release_tag : ${{ steps.release.outputs.tag }}
9494
9595 steps :
96- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
96+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
9797 with :
9898 fetch-depth : 0
9999 ref : ${{ github.head_ref || github.ref_name }}
100100
101101 # Do a dry run of PSR
102102 - name : Test release
103- uses : python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10.4.1
103+ uses : python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.5.3
104104 if : github.ref_name != 'main'
105105 with :
106106 no_operation_mode : true
107107
108108 # On main branch: actual PSR + upload to PyPI & GitHub
109109 - name : Release
110- uses : python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10.4.1
110+ uses : python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.5.3
111111 id : release
112112 if : github.ref_name == 'main'
113113 with :
@@ -199,18 +199,18 @@ jobs:
199199 musl : " "
200200 pyver : cp314t
201201 steps :
202- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
202+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
203203 with :
204204 ref : ${{ needs.release.outputs.newest_release_tag }}
205205 fetch-depth : 0
206206 # Used to host cibuildwheel
207207 - name : Set up Python
208- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
208+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
209209 with :
210210 python-version : " 3.12"
211211 - name : Set up QEMU
212212 if : ${{ matrix.qemu }}
213- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
213+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
214214 with :
215215 platforms : all
216216 # This should be temporary
@@ -233,12 +233,12 @@ jobs:
233233 echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
234234 fi
235235 - name : Build wheels
236- uses : pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2 .0
236+ uses : pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3 .0
237237 env :
238238 CIBW_SKIP : cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
239239 REQUIRE_CYTHON : 1
240240
241- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
241+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
242242 with :
243243 name : wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.pyver }}-${{ matrix.qemu }}
244244 path : ./wheelhouse/*.whl
@@ -251,7 +251,7 @@ jobs:
251251 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
252252
253253 steps :
254- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
254+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
255255 with :
256256 # unpacks default artifact into dist/
257257 # if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments