From b01a152b3ce766853a3e05052ef6e2e8af1ea828 Mon Sep 17 00:00:00 2001 From: Piotr Chabelski Date: Wed, 18 Dec 2024 10:11:36 +0100 Subject: [PATCH] Bump `coursier` to 2.1.22 --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index f0e3e71b..b729f1f2 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.18' -const csDefaultVersion_aarch64 = '2.1.18' +const csDefaultVersion_x86_64 = '2.1.22' +const csDefaultVersion_aarch64 = '2.1.22' const csVersion = core.getInput('version') ||