Skip to content

Commit

Permalink
Merge pull request #51 from reviewdog/depup/reviewdog
Browse files Browse the repository at this point in the history
chore(deps): update reviewdog to 0.14.0
  • Loading branch information
haya14busa committed Feb 11, 2022
2 parents ff94a61 + 2bb517e commit d4f7b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -10,7 +10,7 @@ fi

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

export REVIEWDOG_VERSION=v0.13.1
export REVIEWDOG_VERSION=v0.14.0

echo "[action-black] Installing reviewdog..."
wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /tmp "${REVIEWDOG_VERSION}"
Expand Down

0 comments on commit d4f7b5d

Please sign in to comment.