From 81b9088ec37c8e47067a9f3653590d151699b2bd Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Mon, 6 May 2024 19:47:43 +0200 Subject: [PATCH] Update coursier to 2.1.10 (#514) --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 83cb83b8..96e04f11 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.9' -const csDefaultVersion_aarch64 = '2.1.9' +const csDefaultVersion_x86_64 = '2.1.10' +const csDefaultVersion_aarch64 = '2.1.10' const csVersion = core.getInput('version') ||