diff --git a/.github/workflows/check-files.yml b/.github/workflows/check-files.yml index 5d84b60c..207087b3 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.38.1 + uses: crate-ci/typos@v1.40.0 with: config: ./.github/typos.toml - name: Verify Mod