From 51a901040e9b965b00e70a9edeba9568dd60359b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 03:19:28 +0000 Subject: [PATCH] chore(deps): Bump cypress-io/github-action in /workflow-templates Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.1.0 to 6.4.0. - [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/a6333aaab4c95a31b3b020b33e00fe44d4af9f6e...7215fc1624803790752b15000c55f71354592d84) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workflow-templates/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index 48dc070c..1c868055 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -95,7 +95,7 @@ jobs: run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}" - name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@a6333aaab4c95a31b3b020b33e00fe44d4af9f6e # v6.1.0 + uses: cypress-io/github-action@7215fc1624803790752b15000c55f71354592d84 # v6.4.0 with: record: true parallel: true