Skip to content

Commit 61a5d32

Browse files
chore(deps): bump the actions group with 2 updates (#45)
Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) 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@v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ad26f9 commit 61a5d32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-python@v5
27+
- uses: actions/setup-python@v6
2828
with:
2929
python-version: "3.x"
3030
- uses: pre-commit/action@v3.0.1
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
fetch-depth: 0
4747

48-
- uses: actions/setup-python@v5
48+
- uses: actions/setup-python@v6
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
allow-prereleases: true
@@ -54,6 +54,6 @@ jobs:
5454
run: pipx run nox -s coverage-${{ matrix.python-version }} --verbose
5555

5656
- name: Upload coverage report
57-
uses: codecov/codecov-action@v5.5.0
57+
uses: codecov/codecov-action@v5.5.1
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)