Skip to content

Commit a99bbdb

Browse files
build(deps): bump dorny/test-reporter from 2.5.0 to 2.6.0 (#2476)
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@b082adf...3d76b34) --- 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 8d3ccca commit a99bbdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-platform-test-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
runs-on: ${{ matrix.os }}
3838
steps:
39-
- uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2.5.0
39+
- uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0
4040
with:
4141
artifact: "golang-test-report-${{ matrix.os }}"
4242
name: "Golang Tests (OS: ${{ matrix.os }})"

.github/workflows/java-platform-test-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
runs-on: ${{ matrix.os }}
4040
steps:
41-
- uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2.5.0
41+
- uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0
4242
with:
4343
artifact: "java-test-report-${{ matrix.os }}-java-${{ matrix.java }}"
4444
name: "Java Tests (OS: ${{ matrix.os }}, Java: ${{ matrix.java }})"

0 commit comments

Comments
 (0)