diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 187c9f9..c261545 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -14,7 +14,7 @@ jobs: with: persist-credentials: false - name: Spellcheck - uses: rojopolis/spellcheck-github-actions@ca94733232ec8328061aea8018dfcb4959857eea # 0.61.0 + uses: rojopolis/spellcheck-github-actions@e619e00ca22f01ade9d73048dcd6518bedc552f2 # 0.63.0 with: config_path: .github/spellcheck-settings.yml task_name: Markdown @@ -38,7 +38,7 @@ jobs: PR_TITLE: ${{ github.event.pull_request.title }} run: printf '# %s\n' "$PR_TITLE" > .pr-title.md - name: Spellcheck PR title - uses: rojopolis/spellcheck-github-actions@ca94733232ec8328061aea8018dfcb4959857eea # 0.61.0 + uses: rojopolis/spellcheck-github-actions@e619e00ca22f01ade9d73048dcd6518bedc552f2 # 0.63.0 with: config_path: .github/spellcheck-settings.yml task_name: PRTitle