From be03935be10dcd9e79b96cca8fa703ca306b021b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:53:57 +0800 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.2 (#165) 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 a9d23c45..b290d130 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ${{ inputs.emsdk-cache-dir }} key: ${{ inputs.emsdk-version }}-${{ runner.os }}