From e01d04e61b47028d5b80502cff4ed2866c59990e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:17:41 +0000 Subject: [PATCH] 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/develop_CD.yml | 2 +- .github/workflows/develop_CI.yml | 2 +- .github/workflows/main_CD.yml | 2 +- .github/workflows/main_CI.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/develop_CD.yml b/.github/workflows/develop_CD.yml index ac28f6c1..44d28d49 100644 --- a/.github/workflows/develop_CD.yml +++ b/.github/workflows/develop_CD.yml @@ -73,7 +73,7 @@ jobs: cache: 'npm' - name: Cypress CI Run - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: wait-on: 'https://dev-datastore.iatistandard.org' config-file: cypress.config.dev.js diff --git a/.github/workflows/develop_CI.yml b/.github/workflows/develop_CI.yml index 0f7191c2..31155ccc 100644 --- a/.github/workflows/develop_CI.yml +++ b/.github/workflows/develop_CI.yml @@ -26,7 +26,7 @@ jobs: node-version-file: ".nvmrc" - name: Cypress CI Run - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: command-prefix: "--" build: npm run build:development diff --git a/.github/workflows/main_CD.yml b/.github/workflows/main_CD.yml index ebc14bd6..3cc156f6 100644 --- a/.github/workflows/main_CD.yml +++ b/.github/workflows/main_CD.yml @@ -61,7 +61,7 @@ jobs: cache: "npm" - name: Cypress CI Run - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: wait-on: "https://datastore.iatistandard.org" config-file: cypress.config.prod.js diff --git a/.github/workflows/main_CI.yml b/.github/workflows/main_CI.yml index 38bd2916..12f84186 100644 --- a/.github/workflows/main_CI.yml +++ b/.github/workflows/main_CI.yml @@ -26,7 +26,7 @@ jobs: node-version-file: ".nvmrc" - name: Cypress CI Run - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: command-prefix: "--" build: npm run build:development