diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e38618142ec..d6b74ce48a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }}