Skip to content

Commit 5a96d39

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `codecov/codecov-action` from 4.6.0 to 5.0.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@v4.6.0...v5.0.2) Updates `softprops/action-gh-release` from 2.0.9 to 2.1.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.0.9...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19bcd59 commit 5a96d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
tox -e py
3636
- name: Upload coverage reports to Codecov
37-
uses: codecov/codecov-action@v4.6.0
37+
uses: codecov/codecov-action@v5.0.2
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
fail_ci_if_error: true
@@ -67,7 +67,7 @@ jobs:
6767
password: ${{ secrets.pypi_token }}
6868
attestations: true
6969
- name: GitHub Release
70-
uses: softprops/action-gh-release@v2.0.9
70+
uses: softprops/action-gh-release@v2.1.0
7171
with:
7272
files: dist/*
7373

0 commit comments

Comments
 (0)