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

Commit d48bdb0

Browse files
authored
Merge pull request #496 from Rethunk-Tech/dependabot/github_actions/cypress-io/github-action-6.6.0
Bump cypress-io/github-action from 6.5.0 to 6.6.0
2 parents 4a69972 + eabb9b6 commit d48bdb0

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.5.0
24+
uses: cypress-io/github-action@v6.6.0
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.5.0
38+
uses: cypress-io/github-action@v6.6.0
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.5.0
75+
uses: cypress-io/github-action@v6.6.0
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.5.0
89+
uses: cypress-io/github-action@v6.6.0
9090
with:
9191
record: false
9292
# tag: node-${{ matrix.node }}

0 commit comments

Comments
 (0)