diff --git a/.github/workflows/check-files.yml b/.github/workflows/check-files.yml index 3c34bc6e..1d825ce7 100644 --- a/.github/workflows/check-files.yml +++ b/.github/workflows/check-files.yml @@ -22,7 +22,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Check spelling with custom config file - uses: crate-ci/typos@v1.40.0 + uses: crate-ci/typos@v1.44.0 with: config: ./.github/typos.toml - name: Verify Mod