Skip to content

Commit

Permalink
chore: bump actions/cache from 4.1.2 to 4.2.0 in /.github/actions/smo…
Browse files Browse the repository at this point in the history
…ke-test (#6638)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 8ac0bc5 commit 4b910c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/smoke-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 4b910c3

Please sign in to comment.