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 fac1b6a commit bb24492Copy full SHA for bb24492
src/main.ts
@@ -11,8 +11,8 @@ const architecture_aarch64 = 'aarch64'
11
12
const architecture = getArchitecture()
13
14
-const csDefaultVersion_x86_64 = '2.1.18'
15
-const csDefaultVersion_aarch64 = '2.1.18'
+const csDefaultVersion_x86_64 = '2.1.22'
+const csDefaultVersion_aarch64 = '2.1.22'
16
17
const csVersion =
18
core.getInput('version') ||
0 commit comments