Skip to content

Commit 766bb30

Browse files
committed
Bump coursier to 2.1.18
1 parent 729e96a commit 766bb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const architecture_aarch64 = 'aarch64'
1111

1212
const architecture = getArchitecture()
1313

14-
const csDefaultVersion_x86_64 = '2.1.17'
15-
const csDefaultVersion_aarch64 = '2.1.17'
14+
const csDefaultVersion_x86_64 = '2.1.18'
15+
const csDefaultVersion_aarch64 = '2.1.18'
1616

1717
const csVersion =
1818
core.getInput('version') ||

0 commit comments

Comments
 (0)