Skip to content

Commit 6f5c9f0

Browse files
chore: Bump the all group with 2 updates (#257)
Bumps the all group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [coverallsapp/github-action](https://github.com/coverallsapp/github-action). Updates `golangci/golangci-lint-action` from 5 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5...v6) Updates `coverallsapp/github-action` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32bb66d commit 6f5c9f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-go-
3535
3636
- name: Run linter
37-
uses: golangci/golangci-lint-action@v5
37+
uses: golangci/golangci-lint-action@v6
3838
with:
3939
version: ${{ env.GOLANGCI_LINT_VERSION }}
4040
args: --go ${{ matrix.go-version }}
@@ -45,7 +45,7 @@ jobs:
4545
- name: Convert coverage.out to coverage.lcov
4646
uses: jandelgado/gcov2lcov-action@v1
4747
- name: Coveralls
48-
uses: coverallsapp/github-action@v2.2.3
48+
uses: coverallsapp/github-action@v2.3.0
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)