From 4d3528088d22b5a0b963254b0384b30ea7d07dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:55:13 +0200 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 6.7.2 to 6.7.6 (#5402) Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.2 to 6.7.6. - [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/df7484c5ba85def7eef30db301afa688187bc378...0da3c06ed8217b912deea9d8ee69630baed1737e) --- 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/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 e1b59dfe3d..7976c5fc4d 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@df7484c5ba85def7eef30db301afa688187bc378 #v6.7.2 + uses: cypress-io/github-action@0da3c06ed8217b912deea9d8ee69630baed1737e #v6.7.6 with: install: false browser: ${{ matrix.browser }}