From 43dc306c81a46d05c91d1744a29522e3a3b84291 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:40:30 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.20.3 --- .github/actions/vimhelp-nvcheck/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/vimhelp-nvcheck/Dockerfile b/.github/actions/vimhelp-nvcheck/Dockerfile index caf073687..2fb47ef00 100644 --- a/.github/actions/vimhelp-nvcheck/Dockerfile +++ b/.github/actions/vimhelp-nvcheck/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.18.5-alpine3.16 -ENV REVIEWDOG_VERSION=v0.20.2 +ENV REVIEWDOG_VERSION=v0.20.3 # hadolint ignore=DL3006 RUN apk --no-cache add git