Skip to content

Commit 5211b6f

Browse files
authored
update spellcheck to version 0.45.0 in workflows
2 parents 87903fb + 0a52900 commit 5211b6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
uses: actions/[email protected]
5252

5353
- name: spell_checker
54-
uses: rojopolis/spellcheck-github-actions@0.44.0
54+
uses: rojopolis/spellcheck-github-actions@0.45.0

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/[email protected]
5656

5757
- name: spell_checker
58-
uses: rojopolis/spellcheck-github-actions@0.44.0
58+
uses: rojopolis/spellcheck-github-actions@0.45.0
5959

6060
export_draft:
6161
name: Export epub and pdf (Draft)

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/[email protected]
5656

5757
- name: spell_checker
58-
uses: rojopolis/spellcheck-github-actions@0.44.0
58+
uses: rojopolis/spellcheck-github-actions@0.45.0
5959

6060
create_artifacts:
6161
name: Create artifacts

0 commit comments

Comments
 (0)