From 72c505be0e704c9b41be6b9b0eb4911f3dd5e3fe Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Wed, 27 Sep 2023 17:16:35 +0200 Subject: [PATCH] Fix the commit hash --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb31066c1b28..e2cda19f2c1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -285,7 +285,7 @@ jobs: lib/ packages/*/lib packages/*/.git-data.json - key: ${{ runner.os }}-${{ matrix.node }}-${{ github.event.pull_request.head.sha }} + key: ${{ runner.os }}-${{ matrix.node }}-${{ github.sha }} # Download spec tests with cache - name: Restore spec tests cache uses: actions/cache@master