Skip to content

Commit 79bd8b1

Browse files
committed
Forgot to bump the version numbers in meta-data and documentation
1 parent c823f02 commit 79bd8b1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
# The checkout step
108108
- uses: actions/checkout@v3
109-
- uses: rojopolis/spellcheck-github-actions@0.47.0
109+
- uses: rojopolis/spellcheck-github-actions@0.48.0
110110
name: Spellcheck
111111
```
112112
@@ -116,7 +116,7 @@ For example, it could be named `.github/workflows/spelling_action.yml` for easy
116116

117117
### Using a Canonical Version
118118

119-
In the above example, the configuration is pointing to the exact version of `0.47.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
119+
In the above example, the configuration is pointing to the exact version of `0.48.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
120120

121121
```yaml
122122
name: Spellcheck Action
@@ -204,7 +204,7 @@ jobs:
204204
steps:
205205
# The checkout step
206206
- uses: actions/checkout@v3
207-
- uses: rojopolis/spellcheck-github-actions@0.47.0
207+
- uses: rojopolis/spellcheck-github-actions@0.48.0
208208
name: Spellcheck
209209
with:
210210
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -232,7 +232,7 @@ jobs:
232232
steps:
233233
# The checkout step
234234
- uses: actions/checkout@v3
235-
- uses: rojopolis/spellcheck-github-actions@0.47.0
235+
- uses: rojopolis/spellcheck-github-actions@0.48.0
236236
name: Spellcheck
237237
with:
238238
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -319,7 +319,7 @@ jobs:
319319
runs-on: ubuntu-latest
320320
steps:
321321
- uses: actions/checkout@v3
322-
- uses: rojopolis/spellcheck-github-actions@0.47.0
322+
- uses: rojopolis/spellcheck-github-actions@0.48.0
323323
name: Spellcheck
324324
with:
325325
config_path: config/.spellcheck.yml # put path to configuration file here
@@ -450,7 +450,7 @@ See the documentation for [PySpelling](https://facelessuser.github.io/pyspelling
450450
The action can be specified to use `hunspell` instead of `aspell` by setting the `spellchecker` parameter to `hunspell`.
451451

452452
```yaml
453-
- uses: rojopolis/spellcheck-github-actions@0.47.0
453+
- uses: rojopolis/spellcheck-github-actions@0.48.0
454454
name: Spellcheck
455455
with:
456456
task_name: Markdown
@@ -555,7 +555,7 @@ jobs:
555555
runs-on: ubuntu-latest
556556
steps:
557557
- uses: actions/checkout@v3
558-
- uses: rojopolis/spellcheck-github-actions@0.47.0
558+
- uses: rojopolis/spellcheck-github-actions@0.48.0
559559
name: Spellcheck
560560
with:
561561
config_path: .github/spellcheck.yml # <--- put path to configuration file here
@@ -796,7 +796,7 @@ jobs:
796796
runs-on: ubuntu-latest
797797
steps:
798798
- uses: actions/checkout@v3
799-
- uses: rojopolis/spellcheck-github-actions@0.47.0
799+
- uses: rojopolis/spellcheck-github-actions@0.48.0
800800
name: Spellcheck
801801
```
802802

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ branding:
2727
icon: type
2828
runs:
2929
using: docker
30-
image: 'docker://jonasbn/github-action-spellcheck:0.47.0'
30+
image: 'docker://jonasbn/github-action-spellcheck:0.48.0'

0 commit comments

Comments
 (0)