Skip to content

Commit a2813a2

Browse files
Bump cypress-io/github-action from 4 to 5 (#251)
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4 to 5. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Commits](cypress-io/github-action@v4...v5) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49eb2e7 commit a2813a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
npm ci
1818
npm run build
1919
- name: Run tests
20-
uses: cypress-io/github-action@v4
20+
uses: cypress-io/github-action@v5
2121
with:
2222
record: false
2323
start: npm run test:server

.github/workflows/non-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
retention-days: 5
2727
path: /home/runner/work/lovelace-hourly-weather/lovelace-hourly-weather/dist/hourly-weather.js
2828
- name: Run tests
29-
uses: cypress-io/github-action@v4
29+
uses: cypress-io/github-action@v5
3030
with:
3131
record: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request' }}
3232
start: npm run test:server

0 commit comments

Comments
 (0)