fix(test): use cypress-io/github-action@v4

This commit is contained in:
syuilo 2022-06-11 16:00:39 +09:00
parent eaf6ddd474
commit 97fe50a376
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ jobs:
- name: ALSA Env
run: echo -e 'pcm.!default {\n type hw\n card 0\n}\n\nctl.!default {\n type hw\n card 0\n}' > ~/.asoundrc
- name: Cypress run
uses: cypress-io/github-action@v2
uses: cypress-io/github-action@v4
with:
install: false
start: npm run start:test