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

Commit

Permalink
Merge pull request #558 from Rethunk-Tech/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…ypress-io/github-action-6.6.1

Bump cypress-io/github-action from 6.6.0 to 6.6.1
  • Loading branch information
AlbinoGeek authored Jan 20, 2024
2 parents 1c05a4e + f324236 commit 1f9a83d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Cypress run Chrome
uses: cypress-io/[email protected].0
uses: cypress-io/[email protected].1
with:
record: false
# tag: node-${{ matrix.node }}
Expand All @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Cypress run Firefox
uses: cypress-io/[email protected].0
uses: cypress-io/[email protected].1
with:
record: false
# tag: node-${{ matrix.node }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v4

- name: Cypress run Chrome
uses: cypress-io/[email protected].0
uses: cypress-io/[email protected].1
with:
record: false
# tag: node-${{ matrix.node }}
Expand All @@ -86,7 +86,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Cypress run Firefox
uses: cypress-io/[email protected].0
uses: cypress-io/[email protected].1
with:
record: false
# tag: node-${{ matrix.node }}
Expand Down

0 comments on commit 1f9a83d

Please sign in to comment.