From fa69e891c03df5e809d6f9608126765e0b7b193a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 07:00:49 +0000 Subject: [PATCH] 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/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ff1b4782..99a5637d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,7 +29,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cypress run - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v5 with: record: true headless: true