From 4c0df87e2b8efb4868a43e75ab241d96754e6c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:00:51 +0000 Subject: [PATCH] Bump cypress-io/github-action from 5.8.1 to 5.8.3 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.1 to 5.8.3. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/db1693016f23ccf9043f4b2428f9b04e5d502a73...d69252d52b9a31bad4f418f05ba2bc83687a02eb) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 7029682d8..8bf8c1eb6 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@db1693016f23ccf9043f4b2428f9b04e5d502a73 # pin@v5.8.1 + uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb # pin@v5.8.3 with: start: pnpm start:server command: pnpm test:e2e:ci:cypress-action