From 04bb2ab4b452ad0c115fff2d2e34e57910fb3cbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:49:23 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/lint.yml | 2 +- .github/workflows/spelling.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1e1275b9..bd7e2760 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -91,5 +91,5 @@ jobs: uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: # renovate: github=golangci/golangci-lint - version: v2.11.4 + version: v2.12.2 args: "--max-same-issues=0" diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index a555e4cb..3d8686ba 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: codespell-project/actions-codespell@cf810cf4cbd6cdefe6ef86e55b64d524a16654a7 # master + - uses: codespell-project/actions-codespell@4848b4c0f038a77b5a64504a5e93b8fae962bc66 # master with: check_filenames: true # When using this Action in other repos, the --skip option below can be removed