From bd97a5ee81ff0a170ced64273aeefca109a5f2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 01:57:34 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 5 to 6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/v5...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/01-cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-cypress.yml b/.github/workflows/01-cypress.yml index 9849bc2..1ae55f0 100644 --- a/.github/workflows/01-cypress.yml +++ b/.github/workflows/01-cypress.yml @@ -25,7 +25,7 @@ jobs: - name: 🧪 Cypress run # Install NPM dependencies and run all Cypress tests - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: start: npm run serve wait-on: "http://localhost:8080"