From a87dcba762e868962ed63ccc4eaaf8d8b02c6620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Br=C3=B8ms=C3=B8?= Date: Thu, 23 Dec 2021 10:34:29 +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.16.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/spellcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 2bfce4d1..d8df6e8e 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -11,4 +11,4 @@ jobs: - name: actions/checkout uses: actions/checkout@v2 - name: rojopolis/spellcheck - actually doing something - uses: rojopolis/spellcheck-github-actions@0.16.0 + uses: rojopolis/spellcheck-github-actions@0.20.0