Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
dce19c11d3 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](b8ba51a856...7ef72e250a)

---
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] <support@github.com>
2025-11-07 00:02:05 +00:00

View File

@@ -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