From 1a8bb8dc78d15d38ac3ba1eb7b6e6c191e7bb4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:16:33 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 6.7.7 to 6.7.14 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.7 to 6.7.14. - [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/f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb...9c318d4f950c2f0ff2e96fa4dc4279e5706efd8e) --- 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/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 ccb07d65f5a..ad1cad4e86f 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@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb #v6.7.7 + uses: cypress-io/github-action@9c318d4f950c2f0ff2e96fa4dc4279e5706efd8e #v6.7.14 with: install: false browser: ${{ matrix.browser }}