diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 59f7d026d..18196e938 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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' diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index a25986d90..1b17fa9b3 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -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.24.0 with: files: "src/docs/**/*.md" incremental_files_only: true