Update action (#717)

- Update action version to latest (remove all warnings)
 - Update nodejs version on action
 - Update ubuntu to latest on support action
This commit is contained in:
Gauvino
2024-04-15 23:41:08 +02:00
committed by GitHub
parent 0c2713213c
commit 9c68616343
7 changed files with 30 additions and 30 deletions

View File

@@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cypress run
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v6
with:
build: yarn cypress:build
start: yarn start