We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66c93 commit c101462Copy full SHA for c101462
src/index.ts
@@ -2,7 +2,7 @@ import { setFailed, setOutput } from '@actions/core';
2
import { getParameters } from './methods/params';
3
import { spawn } from 'child_process';
4
5
-const dcdVersionString = '@devicecloud.dev/dcd@>=3.3.6';
+const dcdVersionString = '@devicecloud.dev/dcd@>=3.6.5';
6
7
const escapeShellValue = (value: string): string => {
8
// Escape special characters that could cause shell interpretation issues
0 commit comments