From 6d273633d1e1649cf00eb2855fe77cac1f49b639 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:42:56 +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 86da0dac1..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.16.0 +ENV REVIEWDOG_VERSION=v0.20.3 # hadolint ignore=DL3006 RUN apk --no-cache add git