Skip to content

Commit 336d2b4

Browse files
committed
Bumped version in action.yml and documentation (README)
1 parent 4492229 commit 336d2b4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
steps:
110110
# The checkout step
111111
- uses: actions/checkout@v3
112-
- uses: rojopolis/spellcheck-github-actions@0.52.0
112+
- uses: rojopolis/spellcheck-github-actions@0.53.0
113113
name: Spellcheck
114114
```
115115
@@ -207,7 +207,7 @@ jobs:
207207
steps:
208208
# The checkout step
209209
- uses: actions/checkout@v3
210-
- uses: rojopolis/spellcheck-github-actions@0.52.0
210+
- uses: rojopolis/spellcheck-github-actions@0.53.0
211211
name: Spellcheck
212212
with:
213213
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -235,7 +235,7 @@ jobs:
235235
steps:
236236
# The checkout step
237237
- uses: actions/checkout@v3
238-
- uses: rojopolis/spellcheck-github-actions@0.52.0
238+
- uses: rojopolis/spellcheck-github-actions@0.53.0
239239
name: Spellcheck
240240
with:
241241
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -333,7 +333,7 @@ jobs:
333333
runs-on: ubuntu-latest
334334
steps:
335335
- uses: actions/checkout@v3
336-
- uses: rojopolis/spellcheck-github-actions@0.52.0
336+
- uses: rojopolis/spellcheck-github-actions@0.53.0
337337
name: Spellcheck
338338
with:
339339
config_path: config/.spellcheck.yml # put path to configuration file here
@@ -464,7 +464,7 @@ See the documentation for [PySpelling](https://facelessuser.github.io/pyspelling
464464
The action can be specified to use `hunspell` instead of `aspell` by setting the `spellchecker` parameter to `hunspell`.
465465

466466
```yaml
467-
- uses: rojopolis/spellcheck-github-actions@0.52.0
467+
- uses: rojopolis/spellcheck-github-actions@0.53.0
468468
name: Spellcheck
469469
with:
470470
task_name: Markdown
@@ -564,7 +564,7 @@ jobs:
564564
runs-on: ubuntu-latest
565565
steps:
566566
- uses: actions/checkout@v3
567-
- uses: rojopolis/spellcheck-github-actions@0.52.0
567+
- uses: rojopolis/spellcheck-github-actions@0.53.0
568568
name: Spellcheck
569569
with:
570570
config_path: .github/spellcheck.yml
@@ -573,7 +573,7 @@ jobs:
573573

574574
This can be useful if you have a large custom dictionary that does not change often, as it can save time during the action run.
575575

576-
The feature was added in version `0.52.0` of the action and it can be disabled by setting the input to `false` or omitting it altogether. The default value is `false`.
576+
The feature was added in version `0.53.0` of the action and it can be disabled by setting the input to `false` or omitting it altogether. The default value is `false`.
577577

578578
## Tips
579579

@@ -595,7 +595,7 @@ jobs:
595595
runs-on: ubuntu-latest
596596
steps:
597597
- uses: actions/checkout@v3
598-
- uses: rojopolis/spellcheck-github-actions@0.52.0
598+
- uses: rojopolis/spellcheck-github-actions@0.53.0
599599
name: Spellcheck
600600
with:
601601
config_path: .github/spellcheck.yml # <--- put path to configuration file here
@@ -836,7 +836,7 @@ jobs:
836836
runs-on: ubuntu-latest
837837
steps:
838838
- uses: actions/checkout@v3
839-
- uses: rojopolis/spellcheck-github-actions@0.52.0
839+
- uses: rojopolis/spellcheck-github-actions@0.53.0
840840
name: Spellcheck
841841
```
842842

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ branding:
3333
icon: type
3434
runs:
3535
using: docker
36-
image: 'docker://jonasbn/github-action-spellcheck:0.52.0'
36+
image: 'docker://jonasbn/github-action-spellcheck:0.53.0'

0 commit comments

Comments
 (0)