diff --git a/.github/workflows/check_spelling.yml b/.github/workflows/check_spelling.yml index 4fd8e0d..d2e830b 100644 --- a/.github/workflows/check_spelling.yml +++ b/.github/workflows/check_spelling.yml @@ -18,6 +18,6 @@ jobs: - name: Checkout OpenBT repository uses: actions/checkout@v7 - name: Spell Check Repo - uses: crate-ci/typos@v1.47.2 + uses: crate-ci/typos@v1.48.0 with: config: ${{ env.TYPOS_CFG }}