From dc1852647e49b884818fa0998bad4f45edf9d9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Br=C3=B8ms=C3=B8?= Date: Thu, 23 Dec 2021 17:12:32 +0100 Subject: [PATCH] Bumped spellcheck GitHub action to version 0.20.0 I have recently released 0.20.0 of the spellcheck GitHub action, I can see that you are using 0.11.0, so an update could be useful to you. Let me know if you have any issues with the proposal and I will try to accommodate. I can recommend [Dependabot](https://github.com/dependabot) for keeping your GitHub actions up to date, if you want a PR proposing a basic configuration, please let me know. --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6a555b88..efb5f256 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -55,7 +55,7 @@ jobs: steps: # The checkout step - uses: actions/checkout@master - - uses: rojopolis/spellcheck-github-actions@0.11.0 + - uses: rojopolis/spellcheck-github-actions@0.20.0 name: Spellcheck with: source_files: 'docs/*.md'