Skip to content

Commit b51fe90

Browse files
ci(deps): 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 to 5 - [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...v5) Updates `softprops/action-gh-release` from 1 to 2 - [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@v1...v2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2b304e commit b51fe90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality-gates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
4747
4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v4
49+
uses: codecov/codecov-action@v5
5050
with:
5151
files: lcov.info
5252
fail_ci_if_error: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
echo "EOF" >> $GITHUB_OUTPUT
245245
246246
- name: Create GitHub Release
247-
uses: softprops/action-gh-release@v1
247+
uses: softprops/action-gh-release@v2
248248
with:
249249
tag_name: ${{ steps.version.outputs.version }}
250250
name: "Release ${{ steps.version.outputs.version }}"

0 commit comments

Comments
 (0)