From 4b910c3df6f9103ec591d199debc1a115f6adf54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 07:52:16 +0100 Subject: [PATCH] chore: bump actions/cache from 4.1.2 to 4.2.0 in /.github/actions/smoke-test (#6638) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/smoke-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}