Skip to content

Commit a17c4c2

Browse files
dependabot[bot]cgcgcg
authored andcommitted
Bump dorny/test-reporter
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7 to 41662db5cae40449eff81c63a9a8d0a8c34694bf. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@1a288b6...41662db) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3041f0f commit a17c4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
cython-lint-${{ env.BUILD_IDENTIFIER }}.xml
139139
140140
- name: Report results
141-
uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7 # v1
141+
uses: dorny/test-reporter@41662db5cae40449eff81c63a9a8d0a8c34694bf # v1
142142
if: always()
143143
with:
144144
name: Report (${{ env.BUILD_PRETTY_IDENTIFIER }})
@@ -258,7 +258,7 @@ jobs:
258258
cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml
259259
260260
- name: Report results
261-
uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7 # v1
261+
uses: dorny/test-reporter@41662db5cae40449eff81c63a9a8d0a8c34694bf # v1
262262
if: always()
263263
with:
264264
name: Report (${{ github.job }})

0 commit comments

Comments
 (0)