From 005eba36af1138319b28249231b8f00bc8705943 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:47:35 +0000 Subject: [PATCH] Update pilosus/action-pip-license-checker action to v3 --- .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..c5be853 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@v3.1.0 with: requirements: 'requirements-all.txt' fail: 'Copyleft,Other,Error'