aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-10-19 11:49:01 -0500
committerChristian Cleberg <hello@cleberg.net>2024-10-19 11:49:01 -0500
commit52ea45732eecad05855725be1fdb42b0f999a446 (patch)
treecd148e2740827186e9efe17812c62143cc623d0d
parentd6b72187ad3ad53d1b77e7e13a4659b6311de0e4 (diff)
downloadaudit-tools-52ea45732eecad05855725be1fdb42b0f999a446.tar.gz
audit-tools-52ea45732eecad05855725be1fdb42b0f999a446.tar.bz2
audit-tools-52ea45732eecad05855725be1fdb42b0f999a446.zip
fix github actions version
-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 e201d68..f1c6558 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@v3
+ uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies