diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:06:34 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-06 20:06:34 -0600 |
commit | c11f5ee5cab2db5dc1b362ce4b9d7c21883271b8 (patch) | |
tree | 5c133a202eb31ee73582e305709d07d2a8fa3b93 | |
parent | a862dbbe144e12195fac4e64e0a9e2c9a5b5ba6e (diff) | |
download | audit-tools-c11f5ee5cab2db5dc1b362ce4b9d7c21883271b8.tar.gz audit-tools-c11f5ee5cab2db5dc1b362ce4b9d7c21883271b8.tar.bz2 audit-tools-c11f5ee5cab2db5dc1b362ce4b9d7c21883271b8.zip |
update pylint dependencies
-rw-r--r-- | .github/workflows/pylint.yml | 2 |
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 |