Skip to content

Commit 25d098b

Browse files
dependabot[bot]janslifka
authored andcommitted
Bump cypress-io/github-action from 6 to 7
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6 to 7. - [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@v6...v7) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 125223d commit 25d098b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
make start
7474
7575
- name: Run Cypress
76-
uses: cypress-io/github-action@v6
76+
uses: cypress-io/github-action@v7
7777
if: env.CYPRESS_RECORD_KEY != ''
7878
with:
7979
browser: chrome-for-testing
@@ -86,7 +86,7 @@ jobs:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787

8888
- name: Run Cypress (no record)
89-
uses: cypress-io/github-action@v6
89+
uses: cypress-io/github-action@v7
9090
if: env.CYPRESS_RECORD_KEY == ''
9191
with:
9292
browser: chrome-for-testing

0 commit comments

Comments
 (0)