From 8dcbb969dd7dcedbc8e7e67e66a3418d7460f77d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 21 May 2026 23:02:43 +0200 Subject: [PATCH] Update Deno version check and deployment Pin Deno version to 2.7.5 to address known issue. --- ct/profilarr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/profilarr.sh b/ct/profilarr.sh index b167cc41e..78a9c45ba 100644 --- a/ct/profilarr.sh +++ b/ct/profilarr.sh @@ -36,9 +36,9 @@ function update_script() { exit fi - if check_for_gh_release "deno" "denoland/deno"; then + if check_for_gh_release "deno" "denoland/deno" "v2.7.5" "Deno is pinned to 2.7.5 because the known WouldBlock: Resource temporarily unavailable (os error 11) Issue"; then ARCH=$(uname -m) - fetch_and_deploy_gh_release "deno" "denoland/deno" "prebuild" "latest" "/usr/local/bin" "deno-${ARCH}-unknown-linux-gnu.zip" + fetch_and_deploy_gh_release "deno" "denoland/deno" "v2.7.5" "latest" "/usr/local/bin" "deno-${ARCH}-unknown-linux-gnu.zip" fi if check_for_gh_release "profilarr" "Dictionarry-Hub/profilarr"; then