From f5afa23e8a08e0193e0c59a9d69acbe4d346f544 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Aug 2026 15:34:59 +0000 Subject: [PATCH] chore: bump code-discovery to 0.7.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ac2ab3..7c604b5 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.7.0 + pip install code-discovery==0.7.1 - name: Configure API credentials shell: bash