From 1c0290a6d9a2267c2a340d75c230a0609df51af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 23:06:52 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6.7.15 to 6.7.16 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.15 to 6.7.16. - [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.15...v6.7.16) --- updated-dependencies: - dependency-name: cypress-io/github-action 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 ed53192..c8f158e 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@v4 - - uses: cypress-io/github-action@v6.7.15 + - uses: cypress-io/github-action@v6.7.16 with: build: npm run build start: npm start