Skip to content

Commit 244ffdb

Browse files
dependabot[bot]jourdain
authored andcommitted
build(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release). 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@v5.5.1...v5.5.2) 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@v10.5.2...v10.5.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: 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: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34dd138 commit 244ffdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
--durations=20
6565
6666
- name: Upload coverage report
67-
uses: codecov/codecov-action@v5.5.1
67+
uses: codecov/codecov-action@v5.5.2
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070

@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0
8888
- name: Python Semantic Release
8989
id: release
90-
uses: python-semantic-release/python-semantic-release@v10.5.2
90+
uses: python-semantic-release/python-semantic-release@v10.5.3
9191
with:
9292
github_token: ${{ secrets.GITHUB_TOKEN }}
9393
# for debug output

0 commit comments

Comments
 (0)