From ae1df8ca1829e4021b59e7050137d64d6cda68a4 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Tue, 3 Oct 2023 10:15:58 -0600 Subject: [PATCH] hack: bump codespell version to match GH action Signed-off-by: Steve Kriss --- hack/codespell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/codespell.sh b/hack/codespell.sh index d983005037e..b83cc4f72fe 100755 --- a/hack/codespell.sh +++ b/hack/codespell.sh @@ -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 <