aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/cspell.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cspell.yml')
-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 6787888fe..7fd988dbb 100644
--- a/.github/workflows/cspell.yml
+++ b/.github/workflows/cspell.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Clone repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Run cspell
uses: streetsidesoftware/cspell-action@v1