Skip to content

Commit c8bb158

Browse files
chore(deps): Bump dorny/test-reporter from 2.5.0 to 2.6.0 (#64)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.5.0 to 2.6.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@v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12b22fd commit c8bb158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
npm install -g bats@1.11.0
3333
bats --report-formatter junit . completion/bash
3434
- name: Create test report
35-
uses: dorny/test-reporter@v2.5.0
35+
uses: dorny/test-reporter@v2.6.0
3636
if: always()
3737
with:
3838
name: Test report

0 commit comments

Comments
 (0)