Skip to content

Commit 466db98

Browse files
Update pilosus/action-pip-license-checker action to v3
1 parent db40919 commit 466db98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/license_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip freeze > requirements-all.txt
3333
- name: Check python
3434
id: license_check_report
35-
uses: pilosus/action-pip-license-checker@v0.5.0
35+
uses: pilosus/action-pip-license-checker@v3.1.0
3636
with:
3737
requirements: 'requirements-all.txt'
3838
fail: 'Copyleft,Other,Error'

0 commit comments

Comments
 (0)