Skip to content

Commit 2a60217

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 [relekang/python-semantic-release](https://github.com/relekang/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 `relekang/python-semantic-release` from 10.5.2 to 10.5.3 - [Release notes](https://github.com/relekang/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: relekang/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] <[email protected]>
1 parent d104df5 commit 2a60217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
coverage report -m
6363
6464
- name: Upload Coverage to Codecov
65-
uses: codecov/[email protected].1
65+
uses: codecov/[email protected].2
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868

@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Python Semantic Release
8787
id: release
88-
uses: relekang/[email protected].2
88+
uses: relekang/[email protected].3
8989
with:
9090
github_token: ${{ secrets.GITHUB_TOKEN }}
9191

0 commit comments

Comments
 (0)