From f6badfbe628c567d0b7f25275f76a7ca56a52265 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Mon, 6 May 2024 16:17:14 +0200 Subject: [PATCH] Update coursier to 2.1.10 --- 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') ||