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.
coursier
1 parent e8fd158 commit 50fa2ccCopy full SHA for 50fa2cc
src/main.ts
@@ -11,8 +11,8 @@ const architecture_aarch64 = 'aarch64'
11
12
const architecture = getArchitecture()
13
14
-const csDefaultVersion_x86_64 = '2.1.22'
15
-const csDefaultVersion_aarch64 = '2.1.22'
+const csDefaultVersion_x86_64 = '2.1.24'
+const csDefaultVersion_aarch64 = '2.1.24'
16
17
const csVersion =
18
core.getInput('version') ||
0 commit comments