Skip to content

Commit

Permalink
Merge pull request #3316 from cncf/dependabot/github_actions/rojopoli…
Browse files Browse the repository at this point in the history
…s/spellcheck-github-actions-0.42.0

Bump rojopolis/spellcheck-github-actions from 0.41.0 to 0.42.0
  • Loading branch information
seokho-son authored Sep 28, 2024
2 parents 29782e7 + 2035dca commit 6496bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/es-spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
set -o errexit
diff content/es/.wordlist.txt <(LC_ALL= sort -f content/es/.wordlist.txt)
- name: GitHub Spellcheck Action
uses: rojopolis/spellcheck-github-actions@0.41.0
uses: rojopolis/spellcheck-github-actions@0.42.0
with:
config_path: content/es/.spellcheck.yml
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- uses: actions/checkout@v4

- name: GitHub Spellcheck Action
uses: rojopolis/spellcheck-github-actions@0.41.0
uses: rojopolis/spellcheck-github-actions@0.42.0

0 comments on commit 6496bc1

Please sign in to comment.