Skip to content

Commit 95f7b47

Browse files
chore: bump streetsidesoftware/cspell-action from 7 to 8 (#1783)
1 parent c097042 commit 95f7b47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-markdown-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- '**/*.md'
7+
- .github/workflows/ci-markdown-checks.yml
78

89
permissions:
910
contents: read
@@ -45,7 +46,7 @@ jobs:
4546
runs-on: ubuntu-latest
4647
steps:
4748
- uses: actions/checkout@v5
48-
- uses: streetsidesoftware/cspell-action@v7
49+
- uses: streetsidesoftware/cspell-action@v8
4950
with:
5051
# Files should be consistent with check:spelling files
5152
files: |

0 commit comments

Comments
 (0)