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

Commit

Permalink
Bump cypress-io/github-action from 5.1.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.1.0 to 5.4.0.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Commits](cypress-io/github-action@v5.1.0...v5.4.0)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2023
1 parent e72a523 commit f84c90e
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@v3

- name: Cypress run Chrome
uses: cypress-io/github-action@v5.1.0
uses: cypress-io/github-action@v5.4.0
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/github-action@v5.1.0
uses: cypress-io/github-action@v5.4.0
with:
record: false
# tag: node-${{ matrix.node }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v3

- name: Cypress run Chrome
uses: cypress-io/github-action@v5.1.0
uses: cypress-io/github-action@v5.4.0
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/github-action@v5.1.0
uses: cypress-io/github-action@v5.4.0
with:
record: false
# tag: node-${{ matrix.node }}
Expand Down

0 comments on commit f84c90e

Please sign in to comment.