Skip to content

Commit ac552db

Browse files
chore(deps): bump actions/cache from 5 to 6 (#2073)
1 parent f98f696 commit ac552db

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/changeset-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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 }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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 }}

.github/workflows/performance-budget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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 }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)