Skip to content

Commit d4a825c

Browse files
chore(ci): bump the github-actions group with 6 updates
Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.0` | `6.0.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` | | [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `4.4.1` | `4.5.1` | | [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `10.5.2` | `10.5.3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` | Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) Updates `CodSpeedHQ/action` from 4.4.1 to 4.5.1 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@346a2d8...972e343) Updates `python-semantic-release/python-semantic-release` from 10.5.2 to 10.5.3 - [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@02f2a5c...350c48f) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@330a01c...b7c566a) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0919703 commit d4a825c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
18+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1919
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
2020
with:
2121
python-version: "3.12"
@@ -27,7 +27,7 @@ jobs:
2727
name: Lint Commit Messages
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3131
with:
3232
fetch-depth: 0
3333
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
@@ -68,7 +68,7 @@ jobs:
6868
python-version: "pypy-3.10"
6969
runs-on: ${{ matrix.os }}
7070
steps:
71-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
71+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7272
- name: Install poetry
7373
run: pipx install poetry
7474
- name: Set up Python
@@ -90,14 +90,14 @@ jobs:
9090
- name: Test with Pytest
9191
run: poetry run pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report xml --cov-report html --cov-report term-missing tests
9292
- name: Upload coverage to Codecov
93-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
93+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
9494
with:
9595
token: ${{ secrets.CODECOV_TOKEN }}
9696

9797
benchmark:
9898
runs-on: ubuntu-latest
9999
steps:
100-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
100+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
101101
- name: Setup Python 3.13
102102
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
103103
with:
@@ -108,7 +108,7 @@ jobs:
108108
REQUIRE_CYTHON=1 poetry install --only=main,dev
109109
shell: bash
110110
- name: Run benchmarks
111-
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v3
111+
uses: CodSpeedHQ/action@972e3437949c89e1357ebd1a2dbc852fcbc57245 # v3
112112
with:
113113
token: ${{ secrets.CODSPEED_TOKEN }}
114114
run: poetry run pytest --no-cov -vvvvv --codspeed tests/benchmarks
@@ -132,21 +132,21 @@ jobs:
132132
newest_release_tag: ${{ steps.release.outputs.tag }}
133133

134134
steps:
135-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
135+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
136136
with:
137137
fetch-depth: 0
138138
ref: ${{ github.head_ref || github.ref_name }}
139139

140140
# Do a dry run of PSR
141141
- name: Test release
142-
uses: python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10.5.2
142+
uses: python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.5.3
143143
if: github.ref_name != 'master'
144144
with:
145145
no_operation_mode: true
146146

147147
# On main branch: actual PSR + upload to PyPI & GitHub
148148
- name: Release
149-
uses: python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10.5.2
149+
uses: python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.5.3
150150
id: release
151151
if: github.ref_name == 'master'
152152
with:
@@ -248,7 +248,7 @@ jobs:
248248
pyver: cp314t
249249
steps:
250250
- name: Checkout
251-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
251+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
252252
with:
253253
fetch-depth: 0
254254
ref: "master"
@@ -282,7 +282,7 @@ jobs:
282282
echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
283283
fi
284284
285-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
285+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
286286
with:
287287
ref: ${{ needs.release.outputs.newest_release_tag }}
288288
fetch-depth: 0
@@ -295,7 +295,7 @@ jobs:
295295
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
296296
REQUIRE_CYTHON: 1
297297

298-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
298+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
299299
with:
300300
path: ./wheelhouse/*.whl
301301
name: wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.qemu }}-${{ matrix.pyver }}
@@ -308,7 +308,7 @@ jobs:
308308
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
309309

310310
steps:
311-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
311+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
312312
with:
313313
# unpacks default artifact into dist/
314314
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)