From 1c12fe539212bab2e5cf3ad6cae40df301af679d Mon Sep 17 00:00:00 2001 From: haya14busa <3797062+haya14busa@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:27:46 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos to 1.23.6 --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 3b34335..c9b444c 100755 --- a/script.sh +++ b/script.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -TYPOS_VERSION=v1.23.3 +TYPOS_VERSION=v1.23.6 if [ -n "${GITHUB_WORKSPACE}" ]; then cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}" || exit