diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 315ba37b..778864bc 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -72,7 +72,7 @@ jobs: # most recent prefix match and re-executes whatever moved — but it turns a # same-branch push into a mostly-cached run. - name: Restore turbo cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .turbo key: turbo-${{ runner.os }}-${{ github.sha }}