Skip to content

Commit 3a74b29

Browse files
committed
Releasing v2.20.0
1 parent b0880cd commit 3a74b29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ outputs:
157157

158158
runs:
159159
using: 'docker'
160-
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.19.0'
160+
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.20.0'
161161

162162
branding:
163163
icon: 'check-circle'

python/publish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
UnitTestRunDeltaResults, UnitTestRunResultsOrDeltaResults, ParseError
1212

1313
# keep the version in sync with action.yml
14-
__version__ = 'v2.19.0'
14+
__version__ = 'v2.20.0'
1515

1616
logger = logging.getLogger('publish')
1717
digest_prefix = '[test-results]:data:'

0 commit comments

Comments
 (0)