From dce19c11d3ff4c3c2995ded6748bd58d6aa910fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:02:05 +0000 Subject: [PATCH] deps(actions): bump cypress-io/github-action from 6.10.2 to 6.10.4 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.2 to 6.10.4. - [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/b8ba51a856ba5f4c15cf39007636d4ab04f23e3c...7ef72e250a9e564efb4ed4c2433971ada4cc38b4) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 6.10.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/run-dashboard-search-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-dashboard-search-e2e.yml b/.github/workflows/run-dashboard-search-e2e.yml index 32d32480aec..df6030a4f0a 100644 --- a/.github/workflows/run-dashboard-search-e2e.yml +++ b/.github/workflows/run-dashboard-search-e2e.yml @@ -51,7 +51,7 @@ jobs: run: yarn install --immutable - name: Install Cypress dependencies if: steps.cache-node-modules.outputs.cache-hit != 'true' - uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c + uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 with: runTests: false - name: Cache Grafana Build and Dependencies