Skip to content

Commit dddc6d1

Browse files
ci(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (runfinch#1123)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@aaa42aa...971e284) --- 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>
1 parent 69b066b commit dddc6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
echo "GOOS=windows" >> $GITHUB_ENV
112112
- name: golangci-lint - windows
113-
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
113+
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
114114
with:
115115
# Pin the version in case all the builds start to fail at the same time.
116116
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a GitHub Action,
@@ -121,7 +121,7 @@ jobs:
121121
run: |
122122
echo "GOOS=darwin" >> $GITHUB_ENV
123123
- name: golangci-lint - darwin
124-
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
124+
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
125125
with:
126126
# Pin the version in case all the builds start to fail at the same time.
127127
# There may not be an automatic way (e.g., dependabot) to update a specific parameter of a GitHub Action,

0 commit comments

Comments
 (0)