Skip to content

Commit 8d7f9d6

Browse files
build(deps): bump cypress-io/github-action in the actions-deps group (#1712)
Bumps the actions-deps group with 1 update: [cypress-io/github-action](https://github.com/cypress-io/github-action). Updates `cypress-io/github-action` from 7.1.1 to 7.1.2 - [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@v7.1.1...v7.1.2) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marie <ml.kochsiek@mailbox.org>
1 parent 7ea3fb6 commit 8d7f9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cypress-release-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: yarn install --frozen-lockfile
7474

7575
- name: Run Cypress tests
76-
uses: cypress-io/github-action@v7.1.1
76+
uses: cypress-io/github-action@v7.1.3
7777
with:
7878
install: false # Already installed above
7979
browser: chrome
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Run ungrouped tests (if any)
157157
if: steps.check.outputs.found == 'true'
158-
uses: cypress-io/github-action@v7.1.1
158+
uses: cypress-io/github-action@v7.1.3
159159
with:
160160
browser: chrome
161161
config-file: cypress.config.ts

0 commit comments

Comments
 (0)