diff --git a/.github/workflows/_check_code.yaml b/.github/workflows/_check_code.yaml index f4e1a6ce9f..0fb3067a32 100644 --- a/.github/workflows/_check_code.yaml +++ b/.github/workflows/_check_code.yaml @@ -24,7 +24,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Check spelling with typos - uses: crate-ci/typos@v1.40.1 + uses: crate-ci/typos@v1.41.0 lint_check: name: Lint check