diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7354b73..c477bc6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,7 +28,7 @@ jobs: ignore_path: .markdownlintignore - name: Perform spell check - uses: codespell-project/actions-codespell@master + uses: codespell-project/actions-codespell@v2 with: path: '**/*.md' check_filenames: true