Skip to content

Commit 961db5a

Browse files
authored
fix: Update e2e.yml to use cache@v3 (#126)
1 parent ef96536 commit 961db5a

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
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
with:
4242
lfs: true
43-
- uses: actions/cache@v2
43+
- uses: actions/cache@v3
4444
with:
4545
path: ~/.npm
4646
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)