From e448d593f02b625b0da9f360c46f47b9b0f0650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucca=20Baumg=C3=A4rtner?= Date: Sat, 28 Oct 2023 11:41:34 +0200 Subject: [PATCH] try to fix license checking, by adding a dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucca Baumgärtner --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2f936eb..4866b6d 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -34,7 +34,7 @@ jobs: pip freeze > requirements-all.txt - name: Check copyright id: license_check_report - uses: pilosus/action-pip-license-checker@v1 + uses: pilosus/action-pip-license-checker@v2 with: requirements: "requirements-all.txt" fail: "Copyleft"