Skip to content

Commit 8cf0a09

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [labd/changie-release-action](https://github.com/labd/changie-release-action). 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 `labd/changie-release-action` from 0.3.2 to 0.6.0 - [Release notes](https://github.com/labd/changie-release-action/releases) - [Changelog](https://github.com/labd/changie-release-action/blob/main/CHANGELOG.md) - [Commits](labd/changie-release-action@v0.3.2...v0.6.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: labd/changie-release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9d06d6 commit 8cf0a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./...
2525

2626
- name: Upload to codecov
27-
uses: codecov/codecov-action@v4
27+
uses: codecov/codecov-action@v5
2828
with:
2929
verbose: true
3030

@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Prepare release
45-
uses: labd/changie-release-action@v0.3.2
45+
uses: labd/changie-release-action@v0.6.0
4646
with:
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848

0 commit comments

Comments
 (0)