From cb9a06cf90f70c59f10c7923ed8b7397da0f57e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:31:53 +0000 Subject: [PATCH 1/2] chore(deps): bump golangci/golangci-lint-action Bumps the github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 7 to 8 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c42bf575..45e42577 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -23,7 +23,7 @@ jobs: - name: golangci-lint continue-on-error: true - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v8 with: args: --issues-exit-code=0 --timeout=5m From 35cc26fd849f63c63aeca88fc4122a796f5cf756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:32:06 +0000 Subject: [PATCH 2/2] chore(deps): add changelog for dependabot updates --- .changes/unreleased/Dependency-20250601-203205.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changes/unreleased/Dependency-20250601-203205.yaml diff --git a/.changes/unreleased/Dependency-20250601-203205.yaml b/.changes/unreleased/Dependency-20250601-203205.yaml new file mode 100644 index 00000000..c00f0289 --- /dev/null +++ b/.changes/unreleased/Dependency-20250601-203205.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump golangci/golangci-lint-action from 7 to 8 in the github-actions group' +time: 2025-06-01T20:32:05.839390605Z