From 1d3820d9b26ef084245b638c1d9fcb5b9129563d Mon Sep 17 00:00:00 2001 From: jonasbn Date: Sat, 14 Mar 2026 11:34:26 +0100 Subject: [PATCH] Preparing release 0.60.0 --- CHANGELOG.md | 2 +- README.md | 16 ++++++++-------- action.yml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60572294..66adf8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log for spellcheck-github-actions -## HEAD +## 0.60, 2026-03-14, minor feature release, update not required - Docker based image updated for Python 3.14.3 slim trixie via PR [#325](https://github.com/rojopolis/spellcheck-github-actions/pull/325) from Dependabot. diff --git a/README.md b/README.md index fd6ee937..2709fa8f 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ jobs: steps: # The checkout step - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.59.0 + - uses: rojopolis/spellcheck-github-actions@0.60.0 name: Spellcheck ``` @@ -208,7 +208,7 @@ jobs: steps: # The checkout step - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.59.0 + - uses: rojopolis/spellcheck-github-actions@0.60.0 name: Spellcheck with: source_files: README.md CHANGELOG.md notes/Notes.md @@ -236,7 +236,7 @@ jobs: steps: # The checkout step - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.59.0 + - uses: rojopolis/spellcheck-github-actions@0.60.0 name: Spellcheck with: source_files: README.md CHANGELOG.md notes/Notes.md @@ -334,7 +334,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.59.0 + - uses: rojopolis/spellcheck-github-actions@0.60.0 name: Spellcheck with: config_path: config/.spellcheck.yml # put path to configuration file here @@ -465,7 +465,7 @@ See the documentation for [PySpelling](https://facelessuser.github.io/pyspelling The action can be specified to use `hunspell` instead of `aspell` by setting the `spellchecker` parameter to `hunspell`. ```yaml - - uses: rojopolis/spellcheck-github-actions@0.59.0 + - uses: rojopolis/spellcheck-github-actions@0.60.0 name: Spellcheck with: task_name: Markdown @@ -571,7 +571,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.59.0 + - uses: rojopolis/spellcheck-github-actions@0.60.0 name: Spellcheck with: config_path: .github/spellcheck.yml @@ -602,7 +602,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.59.0 + - uses: rojopolis/spellcheck-github-actions@0.60.0 name: Spellcheck with: config_path: .github/spellcheck.yml # <--- put path to configuration file here @@ -843,7 +843,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.59.0 + - uses: rojopolis/spellcheck-github-actions@0.60.0 name: Spellcheck ``` diff --git a/action.yml b/action.yml index 3c16746e..d0dea7f4 100644 --- a/action.yml +++ b/action.yml @@ -33,4 +33,4 @@ branding: icon: type runs: using: docker - image: 'docker://jonasbn/github-action-spellcheck:0.59.0' + image: 'docker://jonasbn/github-action-spellcheck:0.60.0'