From a7859dbc824b49252524b5606bf5fce15ace3f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 12:32:27 +0000 Subject: [PATCH] build(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.2.1 to 9.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v9.2.1...v9.3.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/go-dep-upgrades.yml | 2 +- .github/workflows/go-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-dep-upgrades.yml b/.github/workflows/go-dep-upgrades.yml index 515f6084..8440f13c 100644 --- a/.github/workflows/go-dep-upgrades.yml +++ b/.github/workflows/go-dep-upgrades.yml @@ -29,7 +29,7 @@ jobs: - name: Run golangci-lint (site) if: steps.upgrades.outputs.has_updates == 'true' - uses: golangci/golangci-lint-action@v9.2.1 + uses: golangci/golangci-lint-action@v9.3.0 with: version: latest working-directory: site diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 9d2dadbf..c4c22fac 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -21,7 +21,7 @@ jobs: cache: true cache-dependency-path: site/go.sum - name: Run golangci-lint - uses: golangci/golangci-lint-action@v9.2.1 + uses: golangci/golangci-lint-action@v9.3.0 with: version: latest working-directory: site