Skip to content

Commit 63da0de

Browse files
Bump rojopolis/spellcheck-github-actions in /.github/workflows
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.45.0 to 0.46.0. - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](rojopolis/spellcheck-github-actions@0.45.0...0.46.0) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81b00a5 commit 63da0de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/[email protected]
5252

5353
- name: Spell check EN draft
54-
uses: rojopolis/spellcheck-github-actions@0.45.0
54+
uses: rojopolis/spellcheck-github-actions@0.46.0
5555
with:
5656
config_path: .spellcheck-en.yaml
5757
# checks the draft directory with an EN dictionary
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/[email protected]
6565

6666
- name: Spell check ES release
67-
uses: rojopolis/spellcheck-github-actions@0.45.0
67+
uses: rojopolis/spellcheck-github-actions@0.46.0
6868
with:
6969
config_path: .spellcheck-es.yaml
7070
# checks the release-es directory with an ES dictionary

.github/workflows/pr.yaml

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

5757
- name: Spell check EN draft
58-
uses: rojopolis/spellcheck-github-actions@0.45.0
58+
uses: rojopolis/spellcheck-github-actions@0.46.0
5959
with:
6060
config_path: .spellcheck-en.yaml
6161
# checks the draft directory with an EN dictionary
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/[email protected]
6969

7070
- name: Spell check ES release
71-
uses: rojopolis/spellcheck-github-actions@0.45.0
71+
uses: rojopolis/spellcheck-github-actions@0.46.0
7272
with:
7373
config_path: .spellcheck-es.yaml
7474
# checks the release-es directory with an ES dictionary

.github/workflows/release.yaml

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

5757
- name: Spell check EN release
58-
uses: rojopolis/spellcheck-github-actions@0.45.0
58+
uses: rojopolis/spellcheck-github-actions@0.46.0
5959
with:
6060
config_path: .spellcheck-en.yaml
6161
# checks the draft directory with an EN dictionary
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/[email protected]
6969

7070
- name: Spell check ES release
71-
uses: rojopolis/spellcheck-github-actions@0.45.0
71+
uses: rojopolis/spellcheck-github-actions@0.46.0
7272
with:
7373
config_path: .spellcheck-es.yaml
7474
# checks the release-es directory with an ES dictionary

0 commit comments

Comments
 (0)