diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 77408bc..32a8d68 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Codespell with annotations - uses: codespell-project/actions-codespell@v2.1 + uses: codespell-project/actions-codespell@v2.2 with: skip: EDAM.owl,foaf.rdf,underscore.js,CODE_OF_CONDUCT.md - uses: rojopolis/spellcheck-github-actions@0.52.0