From f72b735739fb873a02aaa97d02edc3e58cc943eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:08:55 +0000 Subject: [PATCH] GitHub Actions(deps): Bump replayio/action-cypress from 0.2.8 to 0.3.0 Bumps [replayio/action-cypress](https://github.com/replayio/action-cypress) from 0.2.8 to 0.3.0. - [Commits](https://github.com/replayio/action-cypress/compare/v0.2.8...v0.3.0) --- updated-dependencies: - dependency-name: replayio/action-cypress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cypress-matrix.yml | 2 +- .github/workflows/cypress.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-matrix.yml b/.github/workflows/cypress-matrix.yml index f3ce9bd..2d353b7 100644 --- a/.github/workflows/cypress-matrix.yml +++ b/.github/workflows/cypress-matrix.yml @@ -117,7 +117,7 @@ jobs: run: npx cypress run - name: Run Cypress Tests - uses: replayio/action-cypress@v0.2.8 + uses: replayio/action-cypress@v0.3.0 env: RECORD_REPLAY_METADATA_TEST_RUN_TITLE: "php-${{ matrix.phpVersion }}, wp-${{ matrix.wpVersion }}" RECORD_REPLAY_API_KEY: ${{ secrets.RECORD_REPLAY_API_KEY }} diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 86e4d53..7f2bcb7 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -116,7 +116,7 @@ jobs: run: npx cypress run - name: Run Cypress Tests - uses: replayio/action-cypress@v0.2.8 + uses: replayio/action-cypress@v0.3.0 env: RECORD_REPLAY_API_KEY: ${{ secrets.RECORD_REPLAY_API_KEY }} if: ${{ github.repository == 'newfold-labs/wp-plugin-web' && env.RECORD_REPLAY_API_KEY != '' }}