From 2f61f17afe68589ce6634638a23d6031ef08ff61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 23:02:10 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6.10.8 to 7.1.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.8 to 7.1.0. - [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.10.8...v7.1.0) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f0e446e..bad5d2f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v6 - - uses: cypress-io/github-action@v6.10.8 + - uses: cypress-io/github-action@v7.1.0 with: build: npm run build start: npm start