Skip to content

Commit bb24492

Browse files
authored
Bump coursier to 2.1.22 (#696)
1 parent fac1b6a commit bb24492

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.18'
15-
const csDefaultVersion_aarch64 = '2.1.18'
14+
const csDefaultVersion_x86_64 = '2.1.22'
15+
const csDefaultVersion_aarch64 = '2.1.22'
1616

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

0 commit comments

Comments
 (0)