From 8794d1ab76c93b9040c79c1c8b0b15468abee58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:10:13 +0000 Subject: [PATCH] Bump reviewdog/action-setup from 1 to 1.0.3 Bumps [reviewdog/action-setup](https://github.com/reviewdog/action-setup) from 1 to 1.0.3. - [Release notes](https://github.com/reviewdog/action-setup/releases) - [Commits](https://github.com/reviewdog/action-setup/compare/v1...v1.0.3) Signed-off-by: dependabot[bot] --- .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 8d34523..b14cda2 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v1 - name: Install linters run: '( mkdir linters && cd linters && go get golang.org/x/lint/golint )' - - uses: reviewdog/action-setup@v1 + - uses: reviewdog/action-setup@v1.0.3 with: reviewdog_version: latest - name: Run reviewdog