From 7d20dde384a155886af44f27c146f0fe2552becf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:55:26 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 6.6.1 to 6.7.1 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.6.1 to 6.7.1. - [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/1b70233146622b69e789ccdd4f9452adc638d25a...8d3918616d8ac34caa2b49afc8b408b6a872a6f5) --- 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/design-system-component-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/design-system-component-testing.yml b/.github/workflows/design-system-component-testing.yml index cfff6061f8..55dc613149 100644 --- a/.github/workflows/design-system-component-testing.yml +++ b/.github/workflows/design-system-component-testing.yml @@ -44,7 +44,7 @@ jobs: yarn workspace @talend/design-tokens run build:lib:esm - name: Cypress Component Testing - uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a #v6.6.1 + uses: cypress-io/github-action@8d3918616d8ac34caa2b49afc8b408b6a872a6f5 #v6.7.1 with: install: false browser: ${{ matrix.browser }}