From bd362db23d7486f38107403e2ff0720979a7f25f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 May 2026 05:36:22 +0000 Subject: [PATCH] chore: bump code-discovery to 0.4.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7b49764..e369fc7 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.3.6 + pip install code-discovery==0.4.0 - name: Configure API credentials shell: bash