Skip to content

Commit

Permalink
hack: bump codespell version to match GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss committed Oct 3, 2023
1 parent 13c2bd0 commit ae1df8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/codespell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if command -v docker >/dev/null; then
--volume $(pwd):/workdir \
--workdir=/workdir \
--entrypoint=/usr/local/bin/codespell \
ghcr.io/codespell-project/actions-codespell/stable:v1.0 "$@"
ghcr.io/codespell-project/actions-codespell/stable:v2.0 "$@"
fi

cat <<EOF
Expand Down

0 comments on commit ae1df8c

Please sign in to comment.