Skip to content

Commit 81d9f38

Browse files
Backport PR #1228: Upgrade to actions/cache@v4 (#1229)
Co-authored-by: David L. Qiu <[email protected]>
1 parent 4e24f0e commit 81d9f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: jlpm install
3636

3737
- name: Set up browser cache
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: |
4141
${{ github.workspace }}/pw-browsers

0 commit comments

Comments
 (0)