Skip to content

Commit 7a43efe

Browse files
ci(deps): Bump cypress-io/github-action from 7.1.1 to 7.1.5
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.1.1 to 7.1.5. - [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@0f330eb...bc22e01) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b5c673 commit 7a43efe

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
@@ -114,7 +114,7 @@ jobs:
114114
run: npm i -g 'npm@${{ steps.versions.outputs.package-manager-version }}'
115115

116116
- name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests
117-
uses: cypress-io/github-action@0f330ebf0d60f87608ed72f1d6232e5644aa3171 # v7.1.1
117+
uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
118118
with:
119119
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
120120
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}

0 commit comments

Comments
 (0)