Skip to content

Commit e2f174b

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump dorny/test-reporter
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from a923ed8851f90a1509b334ca82bd1c5c13a02bb2 to 9098107e2aa7ed7d1150f776ddea55f55c80016b. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@a923ed8...9098107) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3fb0a68 commit e2f174b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
echo "hashes=$(sha256sum ./subprojects/*/build/libs/* | base64 -w0)" >> "$GITHUB_OUTPUT"
142142
- name: "Report: Tests"
143-
uses: dorny/test-reporter@a923ed8851f90a1509b334ca82bd1c5c13a02bb2 # v1
143+
uses: dorny/test-reporter@9098107e2aa7ed7d1150f776ddea55f55c80016b # v1
144144
if: success() || failure()
145145
with:
146146
name: Library Tests

0 commit comments

Comments
 (0)