We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b9ea7 commit bcfd0d3Copy full SHA for bcfd0d3
1 file changed
.github/workflows/spellcheck.yml
@@ -19,7 +19,7 @@ jobs:
19
CONFIG_URL: https://raw.githubusercontent.com/Nightblade/pob-dict/main
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
with:
24
ref: ${{ inputs.ref }}
25
@@ -34,7 +34,7 @@ jobs:
34
${{ env.CONFIG_URL }}/contribs-dict.txt
35
36
- name: Run cspell
37
- uses: streetsidesoftware/cspell-action@v7
+ uses: streetsidesoftware/cspell-action@v8
38
39
files: '**' # needed as workaround for non-incremental runs (overrides in config still work ok)
40
config: "cspell.json"
0 commit comments