From 30bad4a34732c90662c605c9d8eee9a560d59f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:50:51 +0000 Subject: [PATCH] Bump cypress-io/github-action in the all group across 1 directory Bumps the all group with 1 update in the / directory: [cypress-io/github-action](https://github.com/cypress-io/github-action). Updates `cypress-io/github-action` from 6.7.7 to 6.7.10 - [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.7...v6.7.10) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38ea5a4..2ef5c70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build with mock run: npm run build:mock - - uses: cypress-io/github-action@v6.7.7 + - uses: cypress-io/github-action@v6.7.10 with: install: false start: npm run start:with:test