From 47b22bea6b25f46039d7f06eb0ad6294fb080d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:55:21 +0000 Subject: [PATCH] chore(actions): bump cypress-io/github-action from 6.7.6 to 6.7.7 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.6 to 6.7.7. - [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/0da3c06ed8217b912deea9d8ee69630baed1737e...f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa699feaf9..5fff80ab95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: npm ci - name: Cypress run testing - uses: cypress-io/github-action@0da3c06ed8217b912deea9d8ee69630baed1737e + uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb with: command-prefix: '--' install: false