Skip to content

Commit c2f3e0f

Browse files
authored
Update e2e.yml (#244)
Updates to use actions/cache@v3.
1 parent 977dc8b commit c2f3e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4747
restore-keys: |
4848
${{ runner.os }}-node
49-
- uses: actions/cache@v2
49+
- uses: actions/cache@v3
5050
with:
5151
path: ~/.cache/ms-playwright
5252
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-e2e

0 commit comments

Comments
 (0)