From 6d8cf266338214f4ff5c9575817746164a3428d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:24:52 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 5 to 6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 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/v5...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/deploy-container-main.yml | 2 +- .github/workflows/test-container-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-container-main.yml b/.github/workflows/deploy-container-main.yml index f7034818..21a4118a 100644 --- a/.github/workflows/deploy-container-main.yml +++ b/.github/workflows/deploy-container-main.yml @@ -83,7 +83,7 @@ jobs: sleep 10 - name: Run Cypress Tests - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: spec: cypress/e2e/**/*.cy.js working-directory: end-to-end-tests diff --git a/.github/workflows/test-container-pr.yml b/.github/workflows/test-container-pr.yml index f85843de..ba26d484 100644 --- a/.github/workflows/test-container-pr.yml +++ b/.github/workflows/test-container-pr.yml @@ -85,7 +85,7 @@ jobs: sleep 10 - name: Run Cypress Tests - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: spec: cypress/e2e/**/*.cy.js working-directory: end-to-end-tests