Skip to content

Commit 4325482

Browse files
chore(deps): bump actions/cache from 5 to 6.1.0 (#605)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 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 f551c71 commit 4325482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Build
8888
run: pnpm run build
8989
- name: Cache Playwright browsers
90-
uses: actions/cache@v5
90+
uses: actions/cache@v6.1.0
9191
with:
9292
path: ~/.cache/ms-playwright
9393
key: playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)