From c9f7bf2fa49d2de3da785071e84f2d2171bca8f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:17:54 +0000 Subject: [PATCH] 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 3b94b34..ad5915d 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'