From 6c633a6a3640af859d37e4f766fb55396ceb812b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:02:13 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 7.1.0 to 7.1.1 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.1.0 to 7.1.1. - [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/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 bad5d2f..75f9bca 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@v7.1.0 + - uses: cypress-io/github-action@v7.1.1 with: build: npm run build start: npm start