From 5a2289ef57aa5a8b308823c0aedea89d62d30577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 23:30:05 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6.7.9 to 6.7.10 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.9 to 6.7.10. - [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.9...v6.7.10) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c13011..7641429 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - run: pnpm --filter integration-tests exec cypress install - name: Cypress run - uses: cypress-io/github-action@v6.7.9 + uses: cypress-io/github-action@v6.7.10 with: command: pnpm cy:run