From e650be10842c9109b696c630d2cbd35a287de25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:04:44 +0000 Subject: [PATCH] chore(deps): Bump cypress-io/github-action from 5.1.0 to 5.8.3 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.1.0 to 5.8.3. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/cdbbcd60fb5d967d7a37d8eb148add76a7ded7b6...d69252d52b9a31bad4f418f05ba2bc83687a02eb) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e_cypress-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_cypress-action.yml b/.github/workflows/e2e_cypress-action.yml index 495bf7a..be81032 100644 --- a/.github/workflows/e2e_cypress-action.yml +++ b/.github/workflows/e2e_cypress-action.yml @@ -60,7 +60,7 @@ jobs: DISPLAY: :0.0 - name: Run e2e tests (cypress-action) - uses: cypress-io/github-action@cdbbcd60fb5d967d7a37d8eb148add76a7ded7b6 # pin@v5.1.0 + uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb # pin@v5.8.3 with: start: yarn start:server command: yarn test:e2e:ci:cypress-action