Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 3, 2023
1 parent 0b208c9 commit 9e82969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.2
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
with:
config_file_path: 'renovate.json'
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: 🔤 check spelling # New dictionary words can be added to docs/software.txt and docs/wayfair.txt
uses: streetsidesoftware/cspell-action@v2.11.0
uses: streetsidesoftware/cspell-action@v2.26.0
with:
files: "src/docs/**/*.md"
incremental_files_only: true

0 comments on commit 9e82969

Please sign in to comment.