From 04b96d757c4ddf4bebd17070e14fe916513fc2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 23:02:11 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 7.1.8 to 7.1.9 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.1.8 to 7.1.9. - [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.8...v7.1.9) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.9 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 cd0c29c..0acf9aa 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.8 + - uses: cypress-io/github-action@v7.1.9 with: build: npm run build start: npm start