Skip to content

Commit cd079c0

Browse files
committed
Releasing 0.39.0 as 0.40.0, see change log
1 parent 5922d6e commit cd079c0

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log for spellcheck-github-actions
22

3+
## 0.40.0, 2024-07-18, maintenance release, update recommended
4+
5+
- Minor error in the previous release, re-releasing as `0.40.0` see changes from `0.39.0` below
6+
37
## 0.39.0, 2024-07-17, maintenance release, update recommended
48

59
- PR from @snyk-bot [#204](https://github.com/rojopolis/spellcheck-github-actions/pull/204) this updates the indirect Python dependency `zipp` from version `3.15.0` to `3.19.1`

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
# The checkout step
106106
- uses: actions/checkout@v3
107-
- uses: rojopolis/spellcheck-github-actions@0.38.0
107+
- uses: rojopolis/spellcheck-github-actions@0.40.0
108108
name: Spellcheck
109109
```
110110
@@ -114,7 +114,7 @@ For example, it could be named `.github/workflows/spelling_action.yml` for easy
114114

115115
### Using a Canonical Version
116116

117-
In the above example, the configuration is pointing to the exact version of `0.38.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
117+
In the above example, the configuration is pointing to the exact version of `0.40.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
118118

119119
```yaml
120120
name: Spellcheck Action
@@ -202,7 +202,7 @@ jobs:
202202
steps:
203203
# The checkout step
204204
- uses: actions/checkout@v3
205-
- uses: rojopolis/spellcheck-github-actions@0.38.0
205+
- uses: rojopolis/spellcheck-github-actions@0.40.0
206206
name: Spellcheck
207207
with:
208208
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -230,7 +230,7 @@ jobs:
230230
steps:
231231
# The checkout step
232232
- uses: actions/checkout@v3
233-
- uses: rojopolis/spellcheck-github-actions@0.38.0
233+
- uses: rojopolis/spellcheck-github-actions@0.40.0
234234
name: Spellcheck
235235
with:
236236
source_files: README.md CHANGELOG.md notes/Notes.md
@@ -317,7 +317,7 @@ jobs:
317317
runs-on: ubuntu-latest
318318
steps:
319319
- uses: actions/checkout@v3
320-
- uses: rojopolis/spellcheck-github-actions@0.38.0
320+
- uses: rojopolis/spellcheck-github-actions@0.40.0
321321
name: Spellcheck
322322
with:
323323
config_path: config/.spellcheck.yml # put path to configuration file here
@@ -517,7 +517,7 @@ jobs:
517517
runs-on: ubuntu-latest
518518
steps:
519519
- uses: actions/checkout@v3
520-
- uses: rojopolis/spellcheck-github-actions@0.38.0
520+
- uses: rojopolis/spellcheck-github-actions@0.40.0
521521
name: Spellcheck
522522
with:
523523
config_path: .github/spellcheck.yml # <--- put path to configuration file here
@@ -732,7 +732,7 @@ jobs:
732732
runs-on: ubuntu-latest
733733
steps:
734734
- uses: actions/checkout@v3
735-
- uses: rojopolis/spellcheck-github-actions@0.38.0
735+
- uses: rojopolis/spellcheck-github-actions@0.40.0
736736
name: Spellcheck
737737
```
738738

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

0 commit comments

Comments
 (0)