From b1c59452f25c39dde10906cbaaef68864e01051c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 7 Jul 2020 18:10:10 +0200 Subject: [PATCH] Update main.yml (#6002) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0dce597..020607f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v1 + - uses: actions/setup-python@v2 - name: Lint Python if: matrix.os == 'macOS-latest' run: | -- 2.7.4