From 5de1bef3c3a650cdc90b402e6190bea390e9d115 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 May 2026 06:44:03 +0000 Subject: [PATCH] chore: bump code-discovery to 0.3.5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b2269ae..26990f2 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: shell: bash run: | python3 -m pip install --upgrade pip - pip install code-discovery==0.3.4 + pip install code-discovery==0.3.5 - name: Configure API credentials shell: bash