diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index b92ad4b..ffab874 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -9,4 +9,4 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.40.1 + - uses: crate-ci/typos@v1.41.0 diff --git a/container/alpine/Containerfile b/container/alpine/Containerfile index 4bcb108..2ca8c89 100644 --- a/container/alpine/Containerfile +++ b/container/alpine/Containerfile @@ -29,7 +29,7 @@ RUN \ shellcheck~=0.11 \ shfmt~=3.11 \ tcsh~=6.24 \ - typos~=1.40 \ + typos~=1.41 \ tzdata~=2025 \ util-linux~=2 \ vale-doc~=3.13 \