From 5d41f7c2bdbbc621932c3294239c79a417b07721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:25:39 +0000 Subject: [PATCH] Bump cypress-io/github-action from 5.8.1 to 6.6.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.1 to 6.6.0. - [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.8.1...v6.6.0) --- 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/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57a5ce0..7dad909 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -251,7 +251,7 @@ jobs: restore-keys: | nextjs-${{ hashFiles('pnpm-lock.yaml') }}- - - uses: cypress-io/github-action@v5.8.1 + - uses: cypress-io/github-action@v6.6.0 with: browser: chrome working-directory: ./web