diff --git a/.github/actions/e2e_test/action.yml b/.github/actions/e2e_test/action.yml index e62366c24..0c1c426b0 100644 --- a/.github/actions/e2e_test/action.yml +++ b/.github/actions/e2e_test/action.yml @@ -107,7 +107,7 @@ runs: - name: Download the bootstrapper from cache id: download-bootstrapper-cache if: inputs.isDebugImage == 'true' && runner.os == 'macOS' - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3 with: key: bootstrapper-${{ github.sha }} path: "build/bootstrapper" diff --git a/.github/workflows/e2e-test-manual-macos.yml b/.github/workflows/e2e-test-manual-macos.yml index bbd82ebe8..c37b18750 100644 --- a/.github/workflows/e2e-test-manual-macos.yml +++ b/.github/workflows/e2e-test-manual-macos.yml @@ -86,7 +86,7 @@ jobs: - name: Upload bootstrapper to cache if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}} - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2 + uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3 with: key: bootstrapper-${{ github.sha }} path: "build/bootstrapper"