Skip to content

Commit bcfd0d3

Browse files
authored
Chore: Bump action version numbers (#9877)
1 parent f0b9ea7 commit bcfd0d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
CONFIG_URL: https://raw.githubusercontent.com/Nightblade/pob-dict/main
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
ref: ${{ inputs.ref }}
2525

@@ -34,7 +34,7 @@ jobs:
3434
${{ env.CONFIG_URL }}/contribs-dict.txt
3535

3636
- name: Run cspell
37-
uses: streetsidesoftware/cspell-action@v7
37+
uses: streetsidesoftware/cspell-action@v8
3838
with:
3939
files: '**' # needed as workaround for non-incremental runs (overrides in config still work ok)
4040
config: "cspell.json"

0 commit comments

Comments
 (0)