1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18- - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
18+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
1919 with :
2020 python-version : " 3.12"
2121 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
6969 - name : Install poetry
7070 run : pipx install poetry
7171 - name : Set up Python
72- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
72+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
7373 with :
7474 python-version : ${{ matrix.python-version }}
7575 cache : " poetry"
8787 - name : Test with Pytest
8888 run : poetry run pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report xml --cov-report html --cov-report term-missing tests
8989 - name : Upload coverage to Codecov
90- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
90+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
9191 with :
9292 token : ${{ secrets.CODECOV_TOKEN }}
9393
9696 steps :
9797 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9898 - name : Setup Python 3.13
99- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
99+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
100100 with :
101101 python-version : 3.13
102102 - uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
@@ -234,7 +234,7 @@ jobs:
234234 ref : " master"
235235 # Used to host cibuildwheel
236236 - name : Set up Python
237- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
237+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
238238 with :
239239 python-version : " 3.12"
240240 - name : Set up QEMU
@@ -268,7 +268,7 @@ jobs:
268268 fetch-depth : 0
269269
270270 - name : Build wheels ${{ matrix.musl }} (${{ matrix.qemu }})
271- uses : pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
271+ uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
272272 # to supply options, put them in 'env', like:
273273 env :
274274 CIBW_SKIP : cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
@@ -288,7 +288,7 @@ jobs:
288288 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
289289
290290 steps :
291- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
291+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
292292 with :
293293 # unpacks default artifact into dist/
294294 # if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments