File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 git config merge.pnpm-merge.driver "pnpm install --no-frozen-lockfile"
4545
4646 - name : Turbo Cache
47- uses : actions/cache@v5
47+ uses : actions/cache@v6
4848 with :
4949 path : node_modules/.cache/turbo
5050 key : turbo-${{ runner.os }}-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 run : echo "version=$(pnpm list @playwright/test --depth=0 --json | jq -r '.[0].devDependencies["@playwright/test"].version')" >> $GITHUB_OUTPUT
143143
144144 - name : Cache Playwright browsers
145- uses : actions/cache@v5
145+ uses : actions/cache@v6
146146 id : playwright-cache
147147 with :
148148 path : ~/.cache/ms-playwright
@@ -215,7 +215,7 @@ jobs:
215215
216216 - name : Turbo Cache
217217 if : steps.docs-changes.outputs.should_run == 'true'
218- uses : actions/cache@v5
218+ uses : actions/cache@v6
219219 with :
220220 path : node_modules/.cache/turbo
221221 key : turbo-${{ runner.os }}-docs-${{ github.sha }}
Original file line number Diff line number Diff line change 3434 cache : ' pnpm'
3535
3636 - name : Turbo Cache
37- uses : actions/cache@v5
37+ uses : actions/cache@v6
3838 with :
3939 path : node_modules/.cache/turbo
4040 key : turbo-${{ runner.os }}-${{ github.sha }}
Original file line number Diff line number Diff line change 4545 cache : ' pnpm'
4646
4747 - name : Turbo Cache
48- uses : actions/cache@v5
48+ uses : actions/cache@v6
4949 with :
5050 path : node_modules/.cache/turbo
5151 key : turbo-${{ runner.os }}-${{ github.sha }}
Original file line number Diff line number Diff line change 3434 registry-url : ' https://registry.npmjs.org'
3535
3636 - name : Turbo Cache
37- uses : actions/cache@v5
37+ uses : actions/cache@v6
3838 with :
3939 path : node_modules/.cache/turbo
4040 key : turbo-${{ runner.os }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments