Skip to content

Commit 7897059

Browse files
committed
test
1 parent 9d7e651 commit 7897059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ runs:
149149
- name: run go-test-coverage
150150
shell: bash
151151
run: |
152-
go run github.com/vladopajic/go-test-coverage/v2@v2.14.1 \
152+
go run github.com/vladopajic/go-test-coverage/v2@latest \
153153
--config=${{ inputs.config || '***' }} \
154154
--profile=${{ inputs.profile || '***' }} \
155155
--source-dir=${{ inputs.source-dir || '***' }} \

0 commit comments

Comments
 (0)