Skip to content

Commit e86fd7d

Browse files
authoredDec 15, 2024
Merge pull request #3368 from cncf/main
[maintenance] Merge main into dev-ja
2 parents 9150e96 + 6d888bb commit e86fd7d

File tree

74 files changed

+1437
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1437
-61
lines changed
 

‎.github/workflows/es-spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
set -o errexit
3030
diff content/es/.wordlist.txt <(LC_ALL= sort -f content/es/.wordlist.txt)
3131
- name: GitHub Spellcheck Action
32-
uses: rojopolis/spellcheck-github-actions@0.41.0
32+
uses: rojopolis/spellcheck-github-actions@0.45.0
3333
with:
3434
config_path: content/es/.spellcheck.yml

‎.github/workflows/spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: GitHub Spellcheck Action
28-
uses: rojopolis/spellcheck-github-actions@0.41.0
28+
uses: rojopolis/spellcheck-github-actions@0.45.0

0 commit comments

Comments
 (0)
Please sign in to comment.