Skip to content

Commit 737c1f7

Browse files
committed
Preparing release 0.35.0
1 parent 92448d0 commit 737c1f7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
# The checkout step
6060
- uses: actions/checkout@v3
61-
- uses: rojopolis/spellcheck-github-actions@0.34.0
61+
- uses: rojopolis/spellcheck-github-actions@0.35.0
6262
name: Spellcheck
6363
```
6464
@@ -68,7 +68,7 @@ For example, it could be named `.github/workflows/spelling_action.yml` for easy
6868

6969
### Using a Canonical Version
7070

71-
In the above example, the configuration is pointing to the exact version of `0.33.1`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
71+
In the above example, the configuration is pointing to the exact version of `0.35.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
7272

7373
```yaml
7474
name: Spellcheck Action
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
# The checkout step
158158
- uses: actions/checkout@v3
159-
- uses: rojopolis/spellcheck-github-actions@0.34.0
159+
- uses: rojopolis/spellcheck-github-actions@0.35.0
160160
name: Spellcheck
161161
with:
162162
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -184,7 +184,7 @@ jobs:
184184
steps:
185185
# The checkout step
186186
- uses: actions/checkout@v3
187-
- uses: rojopolis/spellcheck-github-actions@0.34.0
187+
- uses: rojopolis/spellcheck-github-actions@0.35.0
188188
name: Spellcheck
189189
with:
190190
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -271,7 +271,7 @@ jobs:
271271
runs-on: ubuntu-latest
272272
steps:
273273
- uses: actions/checkout@v3
274-
- uses: rojopolis/spellcheck-github-actions@0.34.0
274+
- uses: rojopolis/spellcheck-github-actions@0.35.0
275275
name: Spellcheck
276276
with:
277277
config_path: config/.spellcheck.yml # put path to configuration file here
@@ -437,7 +437,7 @@ jobs:
437437
runs-on: ubuntu-latest
438438
steps:
439439
- uses: actions/checkout@v3
440-
- uses: rojopolis/spellcheck-github-actions@0.34.0
440+
- uses: rojopolis/spellcheck-github-actions@0.35.0
441441
name: Spellcheck
442442
with:
443443
config_path: .github/spellcheck.yml # <--- put path to configuration file here
@@ -652,7 +652,7 @@ jobs:
652652
runs-on: ubuntu-latest
653653
steps:
654654
- uses: actions/checkout@v3
655-
- uses: rojopolis/spellcheck-github-actions@0.34.0
655+
- uses: rojopolis/spellcheck-github-actions@0.35.0
656656
name: Spellcheck
657657
```
658658

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ branding:
2323
icon: type
2424
runs:
2525
using: docker
26-
image: 'docker://jonasbn/github-action-spellcheck:0.34.0'
26+
image: 'docker://jonasbn/github-action-spellcheck:0.35.0'

0 commit comments

Comments
 (0)