From 5080e7781cbd4dd8e99e256206b1bd6dbecad667 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 09:19:32 +0800 Subject: [PATCH] chore(deps): update actions/cache action to v4.2.0 (#178) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup-emsdk/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-emsdk/action.yml b/.github/actions/setup-emsdk/action.yml index b290d130..20eabac8 100644 --- a/.github/actions/setup-emsdk/action.yml +++ b/.github/actions/setup-emsdk/action.yml @@ -14,7 +14,7 @@ runs: steps: - name: Setup System Libraries Cache id: cache-system-libraries - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ inputs.emsdk-cache-dir }} key: ${{ inputs.emsdk-version }}-${{ runner.os }}