Skip to content

Commit b00124d

Browse files
Build(deps): Bump actions/cache from 3 to 4 (#1667)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cf45f8 commit b00124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# note I am setting this on top of the Python cache as I could not find
103103
# how to set the hash key on the python one
104104
- name: Set up browser cache (for accessibility tests)
105-
uses: actions/cache@v3
105+
uses: actions/cache@v4
106106
with:
107107
path: |
108108
${{ github.workspace }}/pw-browsers

0 commit comments

Comments
 (0)