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