diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 59f7d026..18196e93 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 2fffc258..03082d87 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.14.0 + uses: streetsidesoftware/cspell-action@v2.25.0 with: files: "src/docs/**/*.md" incremental_files_only: true