From 3e80d2671e0eef4d79cc2a6dc02cbf134a32ac68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 04:47:49 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/actions/pretest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pretest/action.yml b/.github/actions/pretest/action.yml index fb3969e6a14..87ac3e6c149 100644 --- a/.github/actions/pretest/action.yml +++ b/.github/actions/pretest/action.yml @@ -35,7 +35,7 @@ runs: shell: bash - name: Cache Electron - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4 with: path: ${{ inputs.cache-path }} key: ${{ inputs.cache-key }}