Skip to content

Commit 11f10c2

Browse files
committed
Preparing maintenance release 0.28.0
1 parent e280e94 commit 11f10c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log for spellcheck-github-actions
22

3-
## HEAD
3+
## 0.28.0, 2022-11-16, maintenance release, update not required
44

55
- Docker image updated to Python 3.10.8 slim via PR [#129](https://github.com/rojopolis/spellcheck-github-actions/pull/129) from @snyk-bot. [Release notes for Python 3.10.8](https://docs.python.org/release/3.10.8/whatsnew/changelog.html)
66

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
# The checkout step
4949
- uses: actions/checkout@master
50-
- uses: rojopolis/spellcheck-github-actions@0.27.0
50+
- uses: rojopolis/spellcheck-github-actions@0.28.0
5151
name: Spellcheck
5252
```
5353
@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
# The checkout step
128128
- uses: actions/checkout@master
129-
- uses: rojopolis/spellcheck-github-actions@0.27.0
129+
- uses: rojopolis/spellcheck-github-actions@0.28.0
130130
name: Spellcheck
131131
with:
132132
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -154,7 +154,7 @@ jobs:
154154
steps:
155155
# The checkout step
156156
- uses: actions/checkout@master
157-
- uses: rojopolis/spellcheck-github-actions@0.27.0
157+
- uses: rojopolis/spellcheck-github-actions@0.28.0
158158
name: Spellcheck
159159
with:
160160
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -234,7 +234,7 @@ jobs:
234234
runs-on: ubuntu-latest
235235
steps:
236236
- uses: actions/checkout@master
237-
- uses: rojopolis/spellcheck-github-actions@0.27.0
237+
- uses: rojopolis/spellcheck-github-actions@0.28.0
238238
name: Spellcheck
239239
with:
240240
config_path: config/.spellcheck.yml # put path to configuration file here
@@ -537,7 +537,7 @@ jobs:
537537
runs-on: ubuntu-latest
538538
steps:
539539
- uses: actions/checkout@master
540-
- uses: rojopolis/spellcheck-github-actions@0.27.0
540+
- uses: rojopolis/spellcheck-github-actions@0.28.0
541541
name: Spellcheck
542542
```
543543

0 commit comments

Comments
 (0)