Skip to content

Commit

Permalink
⬆️ Bump cypress-io/github-action from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Commits](cypress-io/github-action@v4.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and AlbinoGeek committed Jul 5, 2022
1 parent 6231a1c commit 4ab8eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cypress-ubuntu.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit 4ab8eb3

Please sign in to comment.