Skip to content

Commit fcacf7f

Browse files
chore: bump actions/cache from 4.2.1 to 4.2.2 in /.github/actions/smoke-test (#6963)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f7ccee commit fcacf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/smoke-test/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
shell: bash
2323

2424
- name: Restore CSpell cache
25-
uses: actions/cache@v4.2.1
25+
uses: actions/cache@v4.2.2
2626
if: ${{ inputs.use_cspell_cache == 'true' }}
2727
with:
2828
key: cspell-cache-${{ runner.os }}-smoke-test-${{ hashFiles('**/*.ts', '**/*.md') }}

0 commit comments

Comments
 (0)