From ddbf99a2bc361bb5b5b0c3fa91055f6d76ed4949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:51:20 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6.7.7 to 6.7.8 (#1260) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.7 to 6.7.8. - [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.7.7...v6.7.8) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cypress-release-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-release-test.yml b/.github/workflows/cypress-release-test.yml index 37f7108a..23a17c74 100644 --- a/.github/workflows/cypress-release-test.yml +++ b/.github/workflows/cypress-release-test.yml @@ -83,7 +83,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run cypress after cleanup - uses: cypress-io/github-action@v6.7.7 + uses: cypress-io/github-action@v6.7.8 with: browser: chrome config-file: cypress-after.config.ts