Skip to content

Commit c101462

Browse files
committed
require cli 3.6.5
1 parent 6a66c93 commit c101462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { setFailed, setOutput } from '@actions/core';
22
import { getParameters } from './methods/params';
33
import { spawn } from 'child_process';
44

5-
const dcdVersionString = '@devicecloud.dev/dcd@>=3.3.6';
5+
const dcdVersionString = '@devicecloud.dev/dcd@>=3.6.5';
66

77
const escapeShellValue = (value: string): string => {
88
// Escape special characters that could cause shell interpretation issues

0 commit comments

Comments
 (0)