-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped version numbers in relevant files
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ jobs: | |
steps: | ||
# The checkout step | ||
- uses: actions/checkout@v3 | ||
- uses: rojopolis/[email protected].0 | ||
- uses: rojopolis/[email protected].1 | ||
name: Spellcheck | ||
``` | ||
|
@@ -114,7 +114,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.43.0`, 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.43.1`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date. | ||
|
||
```yaml | ||
name: Spellcheck Action | ||
|
@@ -202,7 +202,7 @@ jobs: | |
steps: | ||
# The checkout step | ||
- uses: actions/checkout@v3 | ||
- uses: rojopolis/[email protected].0 | ||
- uses: rojopolis/[email protected].1 | ||
name: Spellcheck | ||
with: | ||
source_files: README.md CHANGELOG.md notes/Notes.md | ||
|
@@ -230,7 +230,7 @@ jobs: | |
steps: | ||
# The checkout step | ||
- uses: actions/checkout@v3 | ||
- uses: rojopolis/[email protected].0 | ||
- uses: rojopolis/[email protected].1 | ||
name: Spellcheck | ||
with: | ||
source_files: README.md CHANGELOG.md notes/Notes.md | ||
|
@@ -317,7 +317,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: rojopolis/[email protected].0 | ||
- uses: rojopolis/[email protected].1 | ||
name: Spellcheck | ||
with: | ||
config_path: config/.spellcheck.yml # put path to configuration file here | ||
|
@@ -517,7 +517,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: rojopolis/[email protected].0 | ||
- uses: rojopolis/[email protected].1 | ||
name: Spellcheck | ||
with: | ||
config_path: .github/spellcheck.yml # <--- put path to configuration file here | ||
|
@@ -758,7 +758,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: rojopolis/[email protected].0 | ||
- uses: rojopolis/[email protected].1 | ||
name: Spellcheck | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters