Skip to content

Commit 4a0b173

Browse files
Bump cypress-io/github-action from 7.1.8 to 7.1.9 (#7117)
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.1.8 to 7.1.9. - [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@4c06c48...783cb3f) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c615c16 commit 4a0b173

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
- name: Install Dependencies
174174
run: npm ci
175175
- name: Run UI E2E (Cypress) Tests - OS
176-
uses: cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8
176+
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
177177
with:
178178
install: false
179179
config-file: config/cypress-os.config.js
@@ -215,7 +215,7 @@ jobs:
215215
- name: Install Dependencies
216216
run: npm ci
217217
- name: Run UI E2E (Cypress) Tests - EE
218-
uses: cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8
218+
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
219219
with:
220220
install: false
221221
config-file: config/cypress-ee.config.js

0 commit comments

Comments
 (0)