From 41df2927d5cf59c8855c90deb2557aa3d47d89b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 07:26:36 +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/deployment.yml | 2 +- .github/workflows/e2e-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 031d9a5..bf23471 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@v3 - name: Run Cypress 🌲 - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v6 env: APP_SECRET: ${{ secrets.APP_SECRET }} JWT_ISSUER: ${{ secrets.JWT_ISSUER }} diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 5bbb359..362939a 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -30,7 +30,7 @@ jobs: path: .next/cache key: ${{ runner.os }}-next-build-${{ hashFiles('**/next.config.js') }} - name: Run Cypress tests 🌲 - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v6 with: build: npm run build start: npm start