diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-22 15:58:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 15:58:10 +0900 |
| commit | e82c2e7cf9c52c7b1bfeedebff291bb22ae064c3 (patch) | |
| tree | e6f5d3c2f2c71ff96b6b05e018bb64e7a19bb532 /.github/workflows | |
| parent | Update misskey-js.api.md (diff) | |
| download | sharkey-e82c2e7cf9c52c7b1bfeedebff291bb22ae064c3.tar.gz sharkey-e82c2e7cf9c52c7b1bfeedebff291bb22ae064c3.tar.bz2 sharkey-e82c2e7cf9c52c7b1bfeedebff291bb22ae064c3.zip | |
build(deps): bump cypress-io/github-action from 5 to 6 (#11758)
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](https://github.com/cypress-io/github-action/compare/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>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test-frontend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index 142967903f..46a35ed848 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -101,7 +101,7 @@ jobs: - name: Cypress install run: pnpm exec cypress install - name: Cypress run - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: install: false start: pnpm start:test |