From b90755575c0145f2bd77390361935111bd56d1df Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sun, 8 Mar 2026 09:22:50 -0700 Subject: [PATCH] Upgrade ark to 0.1.238 for history_request and comm_info_request fixes Ark 0.1.238 fixes support for history_request and comm_info_request, bringing ark's conformance score from 92% to 100%. --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 5e86af2..6ebf846 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -51,7 +51,7 @@ jobs: - name: ark install: | # Download Ark binary from GitHub releases - curl -fsSL -o ark.zip https://github.com/posit-dev/ark/releases/download/0.1.232/ark-0.1.232-linux-x64.zip + curl -fsSL -o ark.zip https://github.com/posit-dev/ark/releases/download/0.1.238/ark-0.1.238-linux-x64.zip unzip -o ark.zip chmod +x ark sudo mv ark /usr/local/bin/