diff --git a/.github/actions/e2e_test/action.yml b/.github/actions/e2e_test/action.yml index 4298eaa1f..def1c8ccc 100644 --- a/.github/actions/e2e_test/action.yml +++ b/.github/actions/e2e_test/action.yml @@ -64,7 +64,7 @@ runs: - name: Download the bootstrapper from cache id: download-bootstrapper-cache if: inputs.isDebugImage == 'true' && runner.os == 'macOS' - uses: actions/cache@v3 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 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 50bf8e168..c666da4e3 100644 --- a/.github/workflows/e2e-test-manual-macos.yml +++ b/.github/workflows/e2e-test-manual-macos.yml @@ -70,7 +70,7 @@ jobs: - name: Upload bootstrapper to cache if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}} - uses: actions/cache@v3 + uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 with: key: bootstrapper-${{ github.sha }} path: "build/bootstrapper"