|
58 | 58 | steps:
|
59 | 59 | # The checkout step
|
60 | 60 | - uses: actions/checkout@v3
|
61 |
| - - uses: rojopolis/spellcheck-github-actions@0.33.1 |
| 61 | + - uses: rojopolis/spellcheck-github-actions@0.34.0 |
62 | 62 | name: Spellcheck
|
63 | 63 | ```
|
64 | 64 |
|
@@ -156,7 +156,7 @@ jobs:
|
156 | 156 | steps:
|
157 | 157 | # The checkout step
|
158 | 158 | - uses: actions/checkout@v3
|
159 |
| - - uses: rojopolis/spellcheck-github-actions@0.33.1 |
| 159 | + - uses: rojopolis/spellcheck-github-actions@0.34.0 |
160 | 160 | name: Spellcheck
|
161 | 161 | with:
|
162 | 162 | source_files: README.md CHANGELOG.md notes/Notes.md
|
@@ -184,7 +184,7 @@ jobs:
|
184 | 184 | steps:
|
185 | 185 | # The checkout step
|
186 | 186 | - uses: actions/checkout@v3
|
187 |
| - - uses: rojopolis/spellcheck-github-actions@0.33.1 |
| 187 | + - uses: rojopolis/spellcheck-github-actions@0.34.0 |
188 | 188 | name: Spellcheck
|
189 | 189 | with:
|
190 | 190 | source_files: README.md CHANGELOG.md notes/Notes.md
|
@@ -268,7 +268,7 @@ jobs:
|
268 | 268 | runs-on: ubuntu-latest
|
269 | 269 | steps:
|
270 | 270 | - uses: actions/checkout@v3
|
271 |
| - - uses: rojopolis/spellcheck-github-actions@0.33.1 |
| 271 | + - uses: rojopolis/spellcheck-github-actions@0.34.0 |
272 | 272 | name: Spellcheck
|
273 | 273 | with:
|
274 | 274 | config_path: config/.spellcheck.yml # put path to configuration file here
|
@@ -434,7 +434,7 @@ jobs:
|
434 | 434 | runs-on: ubuntu-latest
|
435 | 435 | steps:
|
436 | 436 | - uses: actions/checkout@v3
|
437 |
| - - uses: rojopolis/spellcheck-github-actions@0.33.1 |
| 437 | + - uses: rojopolis/spellcheck-github-actions@0.34.0 |
438 | 438 | name: Spellcheck
|
439 | 439 | with:
|
440 | 440 | config_path: .github/spellcheck.yml # <--- put path to configuration file here
|
@@ -649,7 +649,7 @@ jobs:
|
649 | 649 | runs-on: ubuntu-latest
|
650 | 650 | steps:
|
651 | 651 | - uses: actions/checkout@v3
|
652 |
| - - uses: rojopolis/spellcheck-github-actions@0.33.1 |
| 652 | + - uses: rojopolis/spellcheck-github-actions@0.34.0 |
653 | 653 | name: Spellcheck
|
654 | 654 | ```
|
655 | 655 |
|
|
0 commit comments