From c7dae2c1ff2f9c34fdcba931ae6e1697e8b78ee5 Mon Sep 17 00:00:00 2001 From: tro16 Date: Mon, 15 Apr 2024 22:14:13 +0200 Subject: [PATCH] integrating pylint feedback --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index ec85fa4..e0482db 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies