summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-03-14 20:43:35 +0100
committerGitHub <noreply@github.com>2021-03-14 20:43:35 +0100
commit215ee2097e25202e699f6ecd8ba1056ff08b3049 (patch)
treec06a6b6d57e15fba128ac5b634156a74dfecd726 /.github
parent3945b82808023f76227a29e2a5b5f451ccb4ad3f (diff)
downloadisort-215ee2097e25202e699f6ecd8ba1056ff08b3049.tar.gz
setup-python
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 857fb209..af9158bc 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
lint-pip-
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}