Skip to content

Commit b7b5480

Browse files
chore(ci)(deps): bump the github-actions group across 1 directory with 2 updates (#4)
Bumps the github-actions group with 2 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `codecov/codecov-action` from 6 to 7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v6...v7) Updates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v9.2.0...v9.2.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dl-alexandre <alley.nightly_0b@icloud.com>
1 parent 23f1af6 commit b7b5480

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
retention-days: 7
105105

106106
- name: Upload coverage to Codecov
107-
uses: codecov/codecov-action@v6
107+
uses: codecov/codecov-action@v7
108108
if: matrix.os == 'ubuntu-latest'
109109
with:
110110
files: ./.artifacts/coverage/coverage.out
@@ -192,7 +192,7 @@ jobs:
192192
193193
- name: Run golangci-lint
194194
continue-on-error: true
195-
uses: golangci/golangci-lint-action@v9.2.0
195+
uses: golangci/golangci-lint-action@v9.2.1
196196
with:
197197
version: v2.12.2
198198
skip-cache: true

0 commit comments

Comments
 (0)