Skip to content

Commit 064a786

Browse files
authored
Merge pull request #10 from sysulq/dependabot/github_actions/actions-deps-8bb8b83a44
2 parents 8a0d0c9 + cb9dd59 commit 064a786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: go test -race -v ./... -coverprofile=coverage.out
3535

3636
- name: Upload coverage reports to Codecov
37-
uses: codecov/codecov-action@v4.5.0
37+
uses: codecov/codecov-action@v4.6.0
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v6.1.0
21+
uses: golangci/golangci-lint-action@v6.1.1
2222
with:
2323
args: "--out-${NO_FUTURE}format colored-line-number"
2424

0 commit comments

Comments
 (0)