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.
2 parents 729e96a + 766bb30 commit 193a747Copy full SHA for 193a747
src/main.ts
@@ -11,8 +11,8 @@ const architecture_aarch64 = 'aarch64'
11
12
const architecture = getArchitecture()
13
14
-const csDefaultVersion_x86_64 = '2.1.17'
15
-const csDefaultVersion_aarch64 = '2.1.17'
+const csDefaultVersion_x86_64 = '2.1.18'
+const csDefaultVersion_aarch64 = '2.1.18'
16
17
const csVersion =
18
core.getInput('version') ||
0 commit comments