From 867581d2f916ade9e893d49fb621cad559a7f263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 06:31:02 +0000 Subject: [PATCH] build(deps): update reviewdog/action-golangci-lint action to v2.5.0 [skip ci] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index ed5edf34..3485f409 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: reviewdog-action - uses: reviewdog/action-golangci-lint@v2.3.3 + uses: reviewdog/action-golangci-lint@v2.5.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} go_version: ${{ env.GO_VERSION }}