diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 2529b71c..5676b2e5 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Codespell with annotations - uses: codespell-project/actions-codespell@v2.0 + uses: codespell-project/actions-codespell@v2.1 with: skip: EDAM.owl,foaf.rdf,underscore.js,CODE_OF_CONDUCT.md - uses: rojopolis/spellcheck-github-actions@0.40.0