We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7ccee commit fcacf7fCopy full SHA for fcacf7f
.github/actions/smoke-test/action.yaml
@@ -22,7 +22,7 @@ runs:
22
shell: bash
23
24
- name: Restore CSpell cache
25
- uses: actions/cache@v4.2.1
+ uses: actions/cache@v4.2.2
26
if: ${{ inputs.use_cspell_cache == 'true' }}
27
with:
28
key: cspell-cache-${{ runner.os }}-smoke-test-${{ hashFiles('**/*.ts', '**/*.md') }}
0 commit comments