Skip to content

Commit 9e82969

Browse files
Update GitHub Actions
1 parent 0b208c9 commit 9e82969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
24-
uses: suzuki-shunsuke/[email protected].2
24+
uses: suzuki-shunsuke/[email protected].3
2525
with:
2626
config_file_path: 'renovate.json'

Diff for: .github/workflows/spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: 🔤 check spelling # New dictionary words can be added to docs/software.txt and docs/wayfair.txt
12-
uses: streetsidesoftware/cspell-action@v2.11.0
12+
uses: streetsidesoftware/cspell-action@v2.26.0
1313
with:
1414
files: "src/docs/**/*.md"
1515
incremental_files_only: true

0 commit comments

Comments
 (0)