aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cspell.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml
index 7fd988dbb..3751ad339 100644
--- a/.github/workflows/cspell.yml
+++ b/.github/workflows/cspell.yml
@@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3
- name: Run cspell
- uses: streetsidesoftware/cspell-action@v1
+ uses: streetsidesoftware/cspell-action@v2
with:
config: ".cspell.json"
files: "**/*.md"