Skip to content

Commit 4736348

Browse files
committed
Preparing release (again)
1 parent fb29cc3 commit 4736348

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 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.33.1
61+
- uses: rojopolis/spellcheck-github-actions@0.34.0
6262
name: Spellcheck
6363
```
6464
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
# The checkout step
158158
- uses: actions/checkout@v3
159-
- uses: rojopolis/spellcheck-github-actions@0.33.1
159+
- uses: rojopolis/spellcheck-github-actions@0.34.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.33.1
187+
- uses: rojopolis/spellcheck-github-actions@0.34.0
188188
name: Spellcheck
189189
with:
190190
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -268,7 +268,7 @@ jobs:
268268
runs-on: ubuntu-latest
269269
steps:
270270
- uses: actions/checkout@v3
271-
- uses: rojopolis/spellcheck-github-actions@0.33.1
271+
- uses: rojopolis/spellcheck-github-actions@0.34.0
272272
name: Spellcheck
273273
with:
274274
config_path: config/.spellcheck.yml # put path to configuration file here
@@ -434,7 +434,7 @@ jobs:
434434
runs-on: ubuntu-latest
435435
steps:
436436
- uses: actions/checkout@v3
437-
- uses: rojopolis/spellcheck-github-actions@0.33.1
437+
- uses: rojopolis/spellcheck-github-actions@0.34.0
438438
name: Spellcheck
439439
with:
440440
config_path: .github/spellcheck.yml # <--- put path to configuration file here
@@ -649,7 +649,7 @@ jobs:
649649
runs-on: ubuntu-latest
650650
steps:
651651
- uses: actions/checkout@v3
652-
- uses: rojopolis/spellcheck-github-actions@0.33.1
652+
- uses: rojopolis/spellcheck-github-actions@0.34.0
653653
name: Spellcheck
654654
```
655655

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.33.1'
26+
image: 'docker://jonasbn/github-action-spellcheck:0.34.0'

0 commit comments

Comments
 (0)