From 32eb7fe927036addfcaf12b6bfcd2927e3ceeece Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:06:07 +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 b71d484..013a97e 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -32,7 +32,7 @@ jobs: pip freeze > requirements-all.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-all.txt' fail: 'Copyleft,Other,Error'