Skip to content

Commit ac9fbc2

Browse files
committed
Preparing release 0.32.0
1 parent 367127e commit ac9fbc2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
steps:
5959
# The checkout step
6060
- uses: actions/checkout@v3
61-
- uses: rojopolis/spellcheck-github-actions@0.31.0
61+
- uses: rojopolis/spellcheck-github-actions@0.32.0
6262
name: Spellcheck
6363
```
6464
6565
This configuration file must be created in a the `.github/workflows/` directory.
6666

6767
For example, it could be named `.github/workflows/spelling_action.yml` for easy identification, if other actions are present.
6868

69-
In the above example, the configuration is pointing to the exact version of `0.31.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
69+
In the above example, the configuration is pointing to the exact version of `0.32.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
7070

7171
```yaml
7272
name: Spellcheck Action
@@ -154,7 +154,7 @@ jobs:
154154
steps:
155155
# The checkout step
156156
- uses: actions/checkout@v3
157-
- uses: rojopolis/spellcheck-github-actions@0.31.0
157+
- uses: rojopolis/spellcheck-github-actions@0.32.0
158158
name: Spellcheck
159159
with:
160160
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -182,7 +182,7 @@ jobs:
182182
steps:
183183
# The checkout step
184184
- uses: actions/checkout@v3
185-
- uses: rojopolis/spellcheck-github-actions@0.31.0
185+
- uses: rojopolis/spellcheck-github-actions@0.32.0
186186
name: Spellcheck
187187
with:
188188
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -262,7 +262,7 @@ jobs:
262262
runs-on: ubuntu-latest
263263
steps:
264264
- uses: actions/checkout@v3
265-
- uses: rojopolis/spellcheck-github-actions@0.31.0
265+
- uses: rojopolis/spellcheck-github-actions@0.32.0
266266
name: Spellcheck
267267
with:
268268
config_path: config/.spellcheck.yml # put path to configuration file here
@@ -428,7 +428,7 @@ jobs:
428428
runs-on: ubuntu-latest
429429
steps:
430430
- uses: actions/checkout@v3
431-
- uses: rojopolis/spellcheck-github-actions@0.31.0
431+
- uses: rojopolis/spellcheck-github-actions@0.32.0
432432
name: Spellcheck
433433
with:
434434
config_path: .github/spellcheck.yml # <--- put path to configuration file here
@@ -643,7 +643,7 @@ jobs:
643643
runs-on: ubuntu-latest
644644
steps:
645645
- uses: actions/checkout@v3
646-
- uses: rojopolis/spellcheck-github-actions@0.31.0
646+
- uses: rojopolis/spellcheck-github-actions@0.32.0
647647
name: Spellcheck
648648
```
649649

0 commit comments

Comments
 (0)