Skip to content

Commit d96c955

Browse files
dependabot[bot]AndyScherzinger
authored andcommitted
Chore(deps): Bump cypress-io/github-action from 6.7.0 to 6.7.1
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.0 to 6.7.1. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](cypress-io/github-action@f88a151...8d39186) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26339b9 commit d96c955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}"
100100

101101
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
102-
uses: cypress-io/github-action@f88a151c986cab2e339cdbede6a5c4468bb62c17 # v6.7.0
102+
uses: cypress-io/github-action@8d3918616d8ac34caa2b49afc8b408b6a872a6f5 # v6.7.1
103103
with:
104104
component: ${{ matrix.containers == 'component' }}
105105
group: ${{ matrix.use-cypress-cloud && matrix.containers == 'component' && 'Run component' || matrix.use-cypress-cloud && 'Run E2E' || '' }}

0 commit comments

Comments
 (0)