From 2f82410731872469070f86c36af441f532be2c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Srokosz?= Date: Mon, 9 Mar 2026 13:57:58 +0100 Subject: [PATCH] Bump lint-python version used in action to 2.4.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8c03518..fb5beaa 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ runs: - uses: actions/setup-python@v4 with: python-version: ${{inputs.python-version}} - - run: pip install lint-python==2.3.1 + - run: pip install lint-python==2.4.0 shell: bash - run: pip install -r requirements.txt working-directory: ${{inputs.working-directory}}