From d0d978fbd9ec5af93e97c92b4dfb45622da7cc97 Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Tue, 12 Nov 2024 10:21:54 +0000 Subject: [PATCH] Use canonical version of spellcheck - https://github.com/rojopolis/spellcheck-github-actions/blob/master/README.md#using-a-canonical-version - so there is less noise/PRs to keep the action up to date. --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b1e4e2a..b24fc0e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -47,6 +47,6 @@ jobs: uses: actions/checkout@v4 - name: Spellcheck - uses: rojopolis/spellcheck-github-actions@0.42.0 + uses: rojopolis/spellcheck-github-actions@v0 with: config_path: .github/workflows/config/spellcheck.yml