From 108cb2a074d943c7ab531e7e11fe3ae257e19470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Fri, 11 Oct 2024 06:49:39 +0000 Subject: [PATCH] set correct version in example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c50be..c5e5d6b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Python linting - uses: konstruktoid/action-pylint@v0.8.0 + uses: konstruktoid/action-pylint@v1.0.0 ``` ## Script