chore(deps): bump golangci/golangci-lint-action in the all group

Bumps the all group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `golangci/golangci-lint-action` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-01 04:06:31 +00:00 committed by GitHub
parent f3a4eaf091
commit 57a3b4b5b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
- run: go install github.com/a-h/templ/cmd/templ@latest - run: go install github.com/a-h/templ/cmd/templ@latest
- run: make build - run: make build
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.0 uses: golangci/golangci-lint-action@v6.1.1
with: with:
version: latest version: latest
only-new-issues: true only-new-issues: true