From 04bc8090341c1c601166843ad510c9db19054c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 01:01:04 +0000 Subject: [PATCH] fix(deps): bump cypress-io/github-action from 2 to 5 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2 to 5. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](https://github.com/cypress-io/github-action/compare/v2...v5) --- 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/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a884d4b..d90ac71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: run: pnpm test:ci:components - name: Cypress E2E Test Runner - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v5 with: install-command: echo build: pnpm run build:prod:ssg