diff --git a/.github/actions/pretest/action.yml b/.github/actions/pretest/action.yml index 84dbf3b802b..909df0beb98 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@4723a57e26efda3a62cbde1812113b730952852d # v3 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3 with: path: ${{ inputs.cache-path }} key: ${{ inputs.cache-key }}