Skip to content

Commit aca511e

Browse files
chore(deps): bump actions/cache from 4 to 6 (#211)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65781d3 commit aca511e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Cache Playwright browsers
108108
id: playwright-cache
109-
uses: actions/cache@v4
109+
uses: actions/cache@v6
110110
with:
111111
path: ~/.cache/ms-playwright
112112
key: playwright-${{ runner.os }}-${{ steps.playwright-version.outputs.version }}

0 commit comments

Comments
 (0)