Skip to content

Commit 5f501a6

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8ba0c7 commit 5f501a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_validation.yaml

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

106106
# https://playwrightsolutions.com/playwright-github-action-to-cache-the-browser-binaries/
107107
- name: Cache playwright binaries
108-
uses: actions/cache@v4
108+
uses: actions/cache@v5
109109
id: playwright-cache
110110
with:
111111
path: |

0 commit comments

Comments
 (0)