From efb6980dc74b4fa4a1167b98578357c596b63f97 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Wed, 17 Jan 2024 19:54:23 +0100 Subject: [PATCH] Bump codespell action --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0b3dd387..ab827c20 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,7 +2,7 @@ name: Documentation -on: +on: # yamllint disable-line rule:truthy push: branches: [master, simplesamlphp-*] paths: @@ -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