Skip to content

Commit a577556

Browse files
chore(deps): bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) Updates `CodSpeedHQ/action` from 3.8.1 to 4.0.0 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@76578c2...6eeb021) Updates `codecov/codecov-action` from 5.5.0 to 5.5.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fdcc847...5a10915) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: CodSpeedHQ/action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5dcc53b commit a577556

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5
1212

1313
- name: Set up Python
14-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5
14+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v5
1515
with:
1616
python-version: '3.13'
1717

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5
30-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5
30+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v5
3131
with:
3232
python-version: "3.13"
3333

3434
- name: Install dependencies
3535
run: pip install -e .[dev]
3636

3737
- name: Run benchmarks
38-
uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c #v3
38+
uses: CodSpeedHQ/action@6eeb021fd0f305388292348b775d96d95253adf4 #v3
3939
with:
4040
token: ${{ secrets.CODSPEED_TOKEN }}
4141
run: pytest tests/ --codspeed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5
1919

2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5
21+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
allow-prereleases: true
@@ -33,7 +33,7 @@ jobs:
3333
coverage run --source=tests,cpp_linter_hooks -m pytest -vv
3434
coverage report
3535
coverage xml
36-
- uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 #v5
36+
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 #v5
3737
if: matrix.python-version == '3.13'
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)