From ae18c5f395d7354a875dd9dc5388337f477894bd Mon Sep 17 00:00:00 2001 From: Humera-Yameen Date: Sat, 13 Jun 2026 01:10:27 +1000 Subject: [PATCH] chore: bump code-discovery to 0.5.1 Co-authored-by: Cursor --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9529749..ba06e59 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: shell: bash run: | python3 -m pip install --upgrade pip - pip install code-discovery==0.5.0 + pip install code-discovery==0.5.1 - name: Configure API credentials shell: bash