Skip to content

Commit 67cbe15

Browse files
dependabot[bot]RainerKuemmerle
authored andcommitted
Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [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 5.5.2 to 6.0.0 - [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.2...v6.0.0) Updates `softprops/action-gh-release` from 2 to 3 - [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...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be80743 commit 67cbe15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888

8989
- name: Coverage
9090
if: matrix.config.do_coverage == 'ON'
91-
uses: codecov/codecov-action@v5.5.2
91+
uses: codecov/codecov-action@v6.0.0
9292
env:
9393
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ls -l ${{github.workspace}}/doc/*.pdf
3535
3636
- name: Create github Release
37-
uses: softprops/action-gh-release@v2
37+
uses: softprops/action-gh-release@v3
3838
if: startsWith(github.ref, 'refs/tags/')
3939
with:
4040
generate_release_notes: false

0 commit comments

Comments
 (0)