Skip to content

Commit 7bfedad

Browse files
ci(deps): bump cypress-io/github-action from 6.7.8 to 6.7.13
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.8 to 6.7.13. - [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@57b7056...1052aa9) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d09b8d commit 7bfedad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: npm i -g 'npm@${{ needs.init.outputs.npmVersion }}'
117117

118118
- name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests
119-
uses: cypress-io/github-action@57b70560982e6a11d23d4b8bec7f8a487cdbb71b # v6.7.8
119+
uses: cypress-io/github-action@1052aa98bbbe4f55210f844878213c07d9c8c399 # v6.7.13
120120
with:
121121
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
122122
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}

0 commit comments

Comments
 (0)