Skip to content

Commit

Permalink
Merge pull request #29 from EPMatt/depup/reviewdog
Browse files Browse the repository at this point in the history
chore(deps): update reviewdog to 0.13.1
  • Loading branch information
EPMatt authored Jan 20, 2022
2 parents c77dd47 + 163e201 commit 5d1e2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit 1

REVIEWDOG_VERSION=v0.13.0
REVIEWDOG_VERSION=v0.13.1
TEMP_PATH="$(mktemp -d)"
PATH="${TEMP_PATH}:$PATH"
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
Expand Down

0 comments on commit 5d1e2b7

Please sign in to comment.