Skip to content

Commit

Permalink
chore(deps): update to cypress-io/github-action@v6 (cypress-io#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 16, 2024
1 parent fb113e4 commit f7a0f1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chrome-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Chrome
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
timeout-minutes: 10
with:
build: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Chrome
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
timeout-minutes: 10
with:
build: npm run build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/using-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
timeout-minutes: 10
with:
build: npm run build
Expand All @@ -38,7 +38,7 @@ jobs:
# because of "record" and "parallel" parameters
# these containers will load balance all found tests among themselves
- name: run tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
timeout-minutes: 5
with:
record: true
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# because of "record" and "parallel" parameters
# these containers will load balance all found tests among themselves
- name: run tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
timeout-minutes: 10
with:
record: true
Expand Down

0 comments on commit f7a0f1d

Please sign in to comment.