From 1972b41948344bcfd69d2a7bd0e8fc36e7108b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 12:05:34 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6.7.16 to 6.9.2 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.16 to 6.9.2. - [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/v6.7.16...v6.9.2) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 6.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99fd3e445..0edc85811 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -137,7 +137,7 @@ jobs: - name: Test ${{ matrix.test-spec.name }} id: cypress - uses: cypress-io/github-action@v6.7.16 + uses: cypress-io/github-action@v6.9.2 with: cache-key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} start: pnpm run serve