From 347b2c28a1c54f901d6044d3f7aa11d4a0511797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:32:43 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6.7.7 to 6.7.8 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.7 to 6.7.8. - [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...57b70560982e6a11d23d4b8bec7f8a487cdbb71b) --- 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 +- .github/workflows/pr-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7b253b7..5a43ff3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: npm run test - name: Browser version testing - uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb + uses: cypress-io/github-action@57b70560982e6a11d23d4b8bec7f8a487cdbb71b with: command-prefix: '--' install: false diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 452d6f0e..86f16e8c 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -30,7 +30,7 @@ jobs: run: npm run test - name: Browser version testing - uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb + uses: cypress-io/github-action@57b70560982e6a11d23d4b8bec7f8a487cdbb71b with: command-prefix: '--' install: false