From 7e4f72d271609f51efe35194376f7d052f6580ed Mon Sep 17 00:00:00 2001 From: jonasbn Date: Sun, 27 Oct 2024 21:48:03 +0100 Subject: [PATCH] Updated spellcheck to contemporary version --- .github/workflows/spellchecker-weekly.yml | 2 +- .github/workflows/spellchecker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spellchecker-weekly.yml b/.github/workflows/spellchecker-weekly.yml index c2233ab95..f583a66eb 100644 --- a/.github/workflows/spellchecker-weekly.yml +++ b/.github/workflows/spellchecker-weekly.yml @@ -12,5 +12,5 @@ jobs: steps: # The checkout step - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.27.0 + - uses: rojopolis/spellcheck-github-actions@0.44.0 name: Spellcheck \ No newline at end of file diff --git a/.github/workflows/spellchecker.yml b/.github/workflows/spellchecker.yml index 825b6e7e1..a63d18715 100644 --- a/.github/workflows/spellchecker.yml +++ b/.github/workflows/spellchecker.yml @@ -42,7 +42,7 @@ jobs: - name: Run spellchecker on changed files if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: rojopolis/spellcheck-github-actions@0.27.0 + uses: rojopolis/spellcheck-github-actions@0.44.0 with: source_files: ${{ env.CHG_FILES }} task_name: markdown \ No newline at end of file