Skip to content

Commit

Permalink
Releasing v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Mar 21, 2024
1 parent fbe9920 commit 30eadd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -149,7 +149,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.16.0'
image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.16.1'

branding:
icon: 'check-circle'
Expand Down
2 changes: 1 addition & 1 deletion python/publish/__init__.py
Expand Up @@ -11,7 +11,7 @@
UnitTestRunDeltaResults, UnitTestRunResultsOrDeltaResults, ParseError

# keep the version in sync with action.yml
__version__ = 'v2.16.0'
__version__ = 'v2.16.1'

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

0 comments on commit 30eadd5

Please sign in to comment.