From f1bd97f8545a7cc857d19a6de67698200cccf3ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 03:31:22 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action digest to 0adbc47 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee12820..fe4ca42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: golangci-lint if: steps.changed-files.outputs.any_modified == 'true' - uses: golangci/golangci-lint-action@e0ebdd245eea59746bb0b28ea6a9871d3e35fbc9 # v6 + uses: golangci/golangci-lint-action@0adbc47a5910e47adb692df88187ec8c73c76778 # v6 with: version: latest args: --timeout=5m