From 278bd7108b3478513f9c0903ec04ab2040913768 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:56:23 +0000 Subject: [PATCH] chore(deps): update pilosus/action-pip-license-checker action to v0.9.0 --- .github/workflows/license_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index b990282..8df021f 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -32,7 +32,7 @@ jobs: pip freeze > requirements.txt - name: Check python id: license_check_report - uses: pilosus/action-pip-license-checker@v0.5.0 + uses: pilosus/action-pip-license-checker@v0.9.0 with: requirements: 'requirements.txt' fail: 'Copyleft,Other,Error'