From 41e7423f2c9920a28bf25e0c435297cf98a8641d Mon Sep 17 00:00:00 2001 From: Humera-Yameen <113323378+Humera-Yameen@users.noreply.github.com> Date: Thu, 21 May 2026 17:49:08 +1000 Subject: [PATCH] chore: bump code-discovery to 0.5.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e369fc7..9529749 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.4.0 + pip install code-discovery==0.5.0 - name: Configure API credentials shell: bash