Skip to content

Commit

Permalink
Bumped examples to contemporary release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Apr 14, 2021
1 parent c0f95c4 commit 8b2b9dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spelling_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@0.10.0
- uses: rojopolis/spellcheck-github-actions@0.13.0
name: Spellcheck
with:
source_files: README.md CHANGELOG.md
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@0.11.0
- uses: rojopolis/spellcheck-github-actions@0.13.0
name: Spellcheck
```
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@0.11.0
- uses: rojopolis/spellcheck-github-actions@0.13.0
name: Spellcheck
with:
source_files: README.md CHANGELOG.md notes/Notes.md
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@0.11.0
- uses: rojopolis/spellcheck-github-actions@0.13.0
name: Spellcheck
with:
config_path: config/.spellcheck.yml # put path to configuration file here
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: rojopolis/0.11.0
- uses: rojopolis/spellcheck-github-actions@0.13.0
name: Spellcheck
```

Expand Down

0 comments on commit 8b2b9dd

Please sign in to comment.