From f67c11acb49f5b4eaeab139c961e82412e0e9283 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:31:43 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 704facf --- .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 57038b3d7e4..b7df0986f87 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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3 with: path: ${{ inputs.cache-path }} key: ${{ inputs.cache-key }}