From 0ec7518d3d7c286fe46f8e7e49e2db39a84ea5c7 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 17 Jan 2024 19:54:55 +0100 Subject: [PATCH] Bump codespell action --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 507ccff..c46ffcc 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,7 +27,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