From 1c2329673aae37edd3a3cd9eb4f24151a103bfd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 21:00:36 +0000 Subject: [PATCH] chore(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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2654d6c8..3e585df4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: - name: Run Cypress if: ${{ env.IS_DEPENDABOT == 'false' && ! github.event.pull_request.draft }} - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v5 with: spec: ${{ matrix.cypress.spec }} # To uncomment when the project will be configured on Cypress Dashboard @@ -180,7 +180,7 @@ jobs: - name: Run Cypress (for Dependabot or when pull request is draft) if: ${{ env.IS_DEPENDABOT == 'true' || github.event.pull_request.draft }} - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v5 auto_approve_and_merge: runs-on: ubuntu-latest