From 7fadcef1e049923abcfec797e07f1cdf1a3061d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 08:18:43 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 6.6.1 to 6.7.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.6.1 to 6.7.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/v6.6.1...v6.7.0) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bc9c0099..c394ee0c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -262,7 +262,7 @@ jobs: run: docker compose -f docker-compose.integration.yml up -d - name: Run Cypress - uses: cypress-io/github-action@v6.6.1 + uses: cypress-io/github-action@v6.7.0 with: record: true parallel: true