diff --git a/.github/actions/smoke-test/action.yaml b/.github/actions/smoke-test/action.yaml index f7e91696be1f..b559a5d5c3ff 100644 --- a/.github/actions/smoke-test/action.yaml +++ b/.github/actions/smoke-test/action.yaml @@ -22,7 +22,7 @@ runs: shell: bash - name: Restore CSpell cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 if: ${{ inputs.use_cspell_cache == 'true' }} with: key: cspell-cache-${{ runner.os }}-smoke-test-${{ hashFiles('**/*.ts', '**/*.md') }}