Skip to content

Commit b341e3a

Browse files
authored
Upgrade to actions/cache@v4 (#1228)
1 parent 5b99b0f commit b341e3a

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)