Skip to content

Commit 5be73cf

Browse files
ci(deps): bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cebe861 commit 5be73cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Cache Playwright browsers
5050
if: ${{ hashFiles('playwright.config.*') != '' || hashFiles('.playwright-mcp/**') != '' }}
51-
uses: actions/cache@v4
51+
uses: actions/cache@v6
5252
with:
5353
path: ~/.cache/ms-playwright
5454
key: ${{ runner.os }}-playwright-${{ hashFiles('playwright.config.*', '.playwright-mcp/**') }}
@@ -107,7 +107,7 @@ jobs:
107107
108108
# ---------- Optional caches ----------
109109
- name: Cache Next.js build artifacts
110-
uses: actions/cache@v4
110+
uses: actions/cache@v6
111111
with:
112112
path: |
113113
~/.npm

0 commit comments

Comments
 (0)