Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 7fd988dbb2..3751ad3395 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"