From 2093e0356fe06f60d14d0872f296c574a50d0193 Mon Sep 17 00:00:00 2001 From: Yoan Moscatelli Date: Tue, 6 Jan 2026 08:40:29 +0000 Subject: [PATCH 1/2] :bug: fix non python repo usage --- action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yaml b/action.yaml index 889fd20..0d197df 100644 --- a/action.yaml +++ b/action.yaml @@ -182,7 +182,6 @@ runs: uses: actions/setup-python@v6 with: python-version: "3.13" - cache: "pip" - name: Install python deps shell: bash From a66b44e907bb06ec45e2071c3d1a038e48e20447 Mon Sep 17 00:00:00 2001 From: Yoan Moscatelli Date: Tue, 6 Jan 2026 08:40:40 +0000 Subject: [PATCH 2/2] :art: lint --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 0d197df..5d1acbd 100644 --- a/action.yaml +++ b/action.yaml @@ -158,10 +158,10 @@ outputs: latest-flags-updated: description: "Number of latest flags updated" - + latest-versions: description: "List of projects where latest flag was updated" - + upload-errors: description: "List of any upload errors encountered"