From 73e3b1c1e5e9947287bf2c291d348ae86d32612b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:29:50 +0000 Subject: [PATCH] Bump cypress-io/github-action from 5.8.4 to 6.5.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.4 to 6.5.0. - [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/248bde77443c376edc45906ede03a1aba9da0462...59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2) --- 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/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 ea06af5b9..9eade098a 100644 --- a/.github/workflows/e2e_cypress-action.yml +++ b/.github/workflows/e2e_cypress-action.yml @@ -69,7 +69,7 @@ jobs: DISPLAY: :0.0 - name: Run e2e tests (cypress-action) - uses: cypress-io/github-action@248bde77443c376edc45906ede03a1aba9da0462 # pin@v5.8.4 + uses: cypress-io/github-action@59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2 # pin@v6.5.0 with: start: pnpm start:server command: pnpm test:e2e:ci:cypress-action