diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc4411879..bb857a5a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Turbo cache id: turbo-cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: .turbo key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}