Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ed5f9e7

Browse files
Bump cypress-io/github-action from 6.6.1 to 6.7.2
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.6.1 to 6.7.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@v6.6.1...v6.7.2) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 688289a commit ed5f9e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cypress-ubuntu.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Cypress run Chrome
24-
uses: cypress-io/github-action@v6.6.1
24+
uses: cypress-io/github-action@v6.7.2
2525
with:
2626
record: false
2727
# tag: node-${{ matrix.node }}
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Cypress run Firefox
38-
uses: cypress-io/github-action@v6.6.1
38+
uses: cypress-io/github-action@v6.7.2
3939
with:
4040
record: false
4141
# tag: node-${{ matrix.node }}
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v4
7373

7474
- name: Cypress run Chrome
75-
uses: cypress-io/github-action@v6.6.1
75+
uses: cypress-io/github-action@v6.7.2
7676
with:
7777
record: false
7878
# tag: node-${{ matrix.node }}
@@ -86,7 +86,7 @@ jobs:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787

8888
- name: Cypress run Firefox
89-
uses: cypress-io/github-action@v6.6.1
89+
uses: cypress-io/github-action@v6.7.2
9090
with:
9191
record: false
9292
# tag: node-${{ matrix.node }}

0 commit comments

Comments
 (0)