Skip to content

Commit 170bf24

Browse files
committed
Releasing v2.18.0
1 parent dfa9d81 commit 170bf24

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
@@ -149,7 +149,7 @@ outputs:
149149

150150
runs:
151151
using: 'docker'
152-
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.17.1'
152+
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.18.0'
153153

154154
branding:
155155
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.17.1'
14+
__version__ = 'v2.18.0'
1515

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

0 commit comments

Comments
 (0)