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