From 737c1f7be0fa441a9d64a3763f9dcacf20a284d4 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Thu, 16 Nov 2023 15:35:05 +0100 Subject: [PATCH] Preparing release 0.35.0 --- README.md | 14 +++++++------- action.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e3c353dc..8d701a0f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ jobs: steps: # The checkout step - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.34.0 + - uses: rojopolis/spellcheck-github-actions@0.35.0 name: Spellcheck ``` @@ -68,7 +68,7 @@ For example, it could be named `.github/workflows/spelling_action.yml` for easy ### Using a Canonical Version -In the above example, the configuration is pointing to the exact version of `0.33.1`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date. +In the above example, the configuration is pointing to the exact version of `0.35.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date. ```yaml name: Spellcheck Action @@ -156,7 +156,7 @@ jobs: steps: # The checkout step - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.34.0 + - uses: rojopolis/spellcheck-github-actions@0.35.0 name: Spellcheck with: source_files: README.md CHANGELOG.md notes/Notes.md @@ -184,7 +184,7 @@ jobs: steps: # The checkout step - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.34.0 + - uses: rojopolis/spellcheck-github-actions@0.35.0 name: Spellcheck with: source_files: README.md CHANGELOG.md notes/Notes.md @@ -271,7 +271,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.34.0 + - uses: rojopolis/spellcheck-github-actions@0.35.0 name: Spellcheck with: config_path: config/.spellcheck.yml # put path to configuration file here @@ -437,7 +437,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.34.0 + - uses: rojopolis/spellcheck-github-actions@0.35.0 name: Spellcheck with: config_path: .github/spellcheck.yml # <--- put path to configuration file here @@ -652,7 +652,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: rojopolis/spellcheck-github-actions@0.34.0 + - uses: rojopolis/spellcheck-github-actions@0.35.0 name: Spellcheck ``` diff --git a/action.yml b/action.yml index 667aaedc..5fd8b44f 100644 --- a/action.yml +++ b/action.yml @@ -23,4 +23,4 @@ branding: icon: type runs: using: docker - image: 'docker://jonasbn/github-action-spellcheck:0.34.0' + image: 'docker://jonasbn/github-action-spellcheck:0.35.0'