Skip to content

Commit 11e3a50

Browse files
committed
fix: using latest version v3.12.0 for no-verify test
Signed-off-by: Marco Lecheler <[email protected]>
1 parent 3b9ee86 commit 11e3a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ jobs:
129129
ct version
130130
CT_VERSION_OUTPUT=$(ct version 2>&1 /dev/null)
131131
ACTUAL_VERSION=$(echo "$CT_VERSION_OUTPUT" | grep Version | rev | cut -d ' ' -f1 | rev)
132-
if [[ $ACTUAL_VERSION != 'v3.10.0' ]]; then
133-
echo 'should be v3.10.0'
132+
if [[ $ACTUAL_VERSION != 'v3.12.0' ]]; then
133+
echo 'should be v3.12.0'
134134
exit 1
135135
else
136136
exit 0

0 commit comments

Comments
 (0)