From 1796356a65f808d0fd55292af84f9c2a7f70ebe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:57:50 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 2 to 6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 2 to 6. - [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/v2...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index f1c27f4..a35c01a 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -99,7 +99,7 @@ jobs: - name: Run Cypress if: ${{ env.IS_DEPENDABOT == 'false' && ! github.event.pull_request.draft }} - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v6 with: build: npm run build