diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-10-19 11:49:01 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-10-19 11:49:01 -0500 |
commit | 52ea45732eecad05855725be1fdb42b0f999a446 (patch) | |
tree | cd148e2740827186e9efe17812c62143cc623d0d /.github/workflows | |
parent | d6b72187ad3ad53d1b77e7e13a4659b6311de0e4 (diff) | |
download | audit-tools-52ea45732eecad05855725be1fdb42b0f999a446.tar.gz audit-tools-52ea45732eecad05855725be1fdb42b0f999a446.tar.bz2 audit-tools-52ea45732eecad05855725be1fdb42b0f999a446.zip |
fix github actions version
Diffstat (limited to '.github/workflows')
-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 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 |