diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d41806aa..9b55e707 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: # Cache benefits check-types only (lint/test don't run through turbo); # revisit if root scripts move under turbo. - name: Restore Turbo cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .turbo/cache key: turbo-${{ runner.os }}-${{ github.sha }}