Skip to content

Commit ea7b65b

Browse files
Bump the github-actions-dependencies group across 1 directory with 2 updates
Bumps the github-actions-dependencies group with 2 updates in the / directory: [dorny/test-reporter](https://github.com/dorny/test-reporter) and [cypress-io/github-action](https://github.com/cypress-io/github-action). Updates `dorny/test-reporter` from 2.7.0 to 3.0.0 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@df62474...a43b3a5) Updates `cypress-io/github-action` from 7.1.8 to 7.1.9 - [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@4c06c48...783cb3f) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: cypress-io/github-action dependency-version: 7.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bf60fa commit ea7b65b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Upload Test Result Report
4848
if: steps.unit-tests.conclusion != 'skipped'
49-
uses: dorny/test-reporter@df6247429542221bc30d46a036ee47af1102c451 # v2.7.0
49+
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0.0
5050
with:
5151
name: Test Results
5252
path: test_results/test-output.xml
@@ -102,7 +102,7 @@ jobs:
102102
path: dist/dev-tool-box/browser/
103103

104104
- name: Run E2E tests
105-
uses: cypress-io/github-action@4c06c48f3ffea349b7189aa06dfcda47a9fa7b92 # v7.1.8
105+
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
106106
with:
107107
start: npm run start
108108
wait-on: http://localhost:4200

0 commit comments

Comments
 (0)