Skip to content

Commit

Permalink
build: bump cypress-io/github-action from 5 to 6 (#27)
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 to 6.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](cypress-io/github-action@v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent 67c6c92 commit 1f1768b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
run: npm run build --if-present

- name: Install Cypress
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
runTests: false

- name: Test using Cypress - E2E
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# Test against the build we just created
start: npm run preview
Expand All @@ -66,7 +66,7 @@ jobs:
install: false

- name: Test using Cypress - Component
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
component: true
working-directory: packages/fontpicker
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upgradebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
run: npm run build --if-present

- name: Install Cypress
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
runTests: false

- name: Test using Cypress - E2E
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# Test against the build we just created
start: npm run preview
Expand All @@ -76,7 +76,7 @@ jobs:
install: false

- name: Test using Cypress - Component
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
component: true
working-directory: packages/fontpicker
Expand Down

0 comments on commit 1f1768b

Please sign in to comment.