From e4506c791c85b5516ee8371509d828084b9dc528 Mon Sep 17 00:00:00 2001 From: review-dog Date: Thu, 22 Jul 2021 12:41:18 +0000 Subject: [PATCH] chore(deps): update reviewdog/reviewdog to 0.13.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 43f98e8d..f60df30b 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ runs: env: # We may want to allow specifing reviewdog and golangci-lint version as # action's input, but let's start with hard coded latest stable version. - REVIEWDOG_VERSION: v0.12.0 + REVIEWDOG_VERSION: v0.13.0 GOLANGCI_LINT_VERSION: v1.41.1 # INPUT_ is not available in Composite run steps # https://github.community/t/input-variable-name-is-not-available-in-composite-run-steps/127611