Skip to content

Commit 5c5d198

Browse files
Bump cypress-io/github-action from 7.1.3 to 7.1.5 (#6834)
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.1.3 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@e44ee0f...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3894e35 commit 5c5d198

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
@@ -140,7 +140,7 @@ jobs:
140140
- name: Install Dependencies
141141
run: npm ci
142142
- name: Run UI E2E (Cypress) Tests - OS
143-
uses: cypress-io/github-action@e44ee0fa67251ab7e2d854d85b3a466577f47d14 # v7.1.3
143+
uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
144144
with:
145145
install: false
146146
config-file: config/cypress-os.config.js
@@ -180,7 +180,7 @@ jobs:
180180
- name: Install Dependencies
181181
run: npm ci
182182
- name: Run UI E2E (Cypress) Tests - EE
183-
uses: cypress-io/github-action@e44ee0fa67251ab7e2d854d85b3a466577f47d14 # v7.1.3
183+
uses: cypress-io/github-action@bc22e01685c56e89e7813fd8e26f33dc47f87e15 # v7.1.5
184184
with:
185185
install: false
186186
config-file: config/cypress-ee.config.js

0 commit comments

Comments
 (0)