Skip to content

Commit

Permalink
Relax workflow version of tbroadley/spellchecker-cli-action to reduce…
Browse files Browse the repository at this point in the history
… noise from Dependabot (JustinBeckwith/linkinator-action must be explicit).
  • Loading branch information
DavidAnson committed Dec 23, 2022
1 parent 0677d68 commit 995b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: tbroadley/spellchecker-cli-action@v1.1.1
- uses: tbroadley/spellchecker-cli-action@v1
with:
dictionaries: '.github/dictionary.txt'
files: '*.md formatter-default/*.md formatter-json/*.md formatter-junit/*.md formatter-pretty/*.md formatter-summarize/*.md'

0 comments on commit 995b779

Please sign in to comment.