From f4e5a4e241f473dafdf12e163cff58c0ef8f3bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 06:58:45 -0400 Subject: [PATCH] Bump cypress-io/github-action from 5 to 6 (#22595) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/js-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js-ci.yml b/.github/workflows/js-ci.yml index 8f592dd23cb..6b853329ad1 100644 --- a/.github/workflows/js-ci.yml +++ b/.github/workflows/js-ci.yml @@ -244,7 +244,7 @@ jobs: working-directory: js - name: Run Cypress - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: install: false record: true