aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-11-06 20:06:34 -0600
committerChristian Cleberg <hello@cleberg.net>2024-11-06 20:06:34 -0600
commitc11f5ee5cab2db5dc1b362ce4b9d7c21883271b8 (patch)
tree5c133a202eb31ee73582e305709d07d2a8fa3b93 /.github
parenta862dbbe144e12195fac4e64e0a9e2c9a5b5ba6e (diff)
downloadaudit-tools-c11f5ee5cab2db5dc1b362ce4b9d7c21883271b8.tar.gz
audit-tools-c11f5ee5cab2db5dc1b362ce4b9d7c21883271b8.tar.bz2
audit-tools-c11f5ee5cab2db5dc1b362ce4b9d7c21883271b8.zip
update pylint dependencies
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pylint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index d210abb..2eaeecd 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