summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cspell.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cspell.yml')
-rw-r--r--.github/workflows/cspell.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml
index 11788e3..3e7902e 100644
--- a/.github/workflows/cspell.yml
+++ b/.github/workflows/cspell.yml
@@ -23,12 +23,12 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run cspell
- uses: streetsidesoftware/cspell-action@v2
+ uses: streetsidesoftware/cspell-action@v3
with:
config: ".cspell.json"
files: "**/*.md"