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 44106f2 commit 3fefcb9Copy full SHA for 3fefcb9
src/main.ts
@@ -11,8 +11,8 @@ const architecture_aarch64 = 'aarch64'
11
12
const architecture = getArchitecture()
13
14
-const csDefaultVersion_x86_64 = '2.1.7'
15
-const csDefaultVersion_aarch64 = '2.1.7'
+const csDefaultVersion_x86_64 = '2.1.9'
+const csDefaultVersion_aarch64 = '2.1.9'
16
17
const csVersion =
18
core.getInput('version') ||
0 commit comments