From d1b3f421eb414ed8e29a88693b8a430ba865d175 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Fri, 15 Nov 2024 09:40:22 +0100 Subject: [PATCH] Bump `coursier` to 2.1.17 --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 505f5678..d6239c25 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,8 +11,8 @@ const architecture_aarch64 = 'aarch64' const architecture = getArchitecture() -const csDefaultVersion_x86_64 = '2.1.14' -const csDefaultVersion_aarch64 = '2.1.14' +const csDefaultVersion_x86_64 = '2.1.17' +const csDefaultVersion_aarch64 = '2.1.17' const csVersion = core.getInput('version') ||