Skip to content

Commit f77e529

Browse files
chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 (#8196) (#8201)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.1 to 6.5.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.5.1...v6.5.2) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gjermund Garaba <[email protected]> (cherry picked from commit aeb5258) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ba4a92 commit f77e529

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2emodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
- uses: golangci/[email protected].1
25+
- uses: golangci/[email protected].2
2626
with:
2727
version: v1.62
2828
only-new-issues: true

.github/workflows/golangci-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
- name: golangci-lint
30-
uses: golangci/[email protected].1
30+
uses: golangci/[email protected].2
3131
with:
3232
version: v1.62
3333
only-new-issues: true

.github/workflows/golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: golangci-lint
26-
uses: golangci/[email protected].1
26+
uses: golangci/[email protected].2
2727
with:
2828
version: v1.62
2929
only-new-issues: true

.github/workflows/wasm-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23-
- uses: golangci/[email protected].1
23+
- uses: golangci/[email protected].2
2424
with:
2525
version: v1.62
2626
only-new-issues: true

0 commit comments

Comments
 (0)