Explorar o código

Update python and action versions in linting checks.

Jason Rumney %!s(int64=4) %!d(string=hai) anos
pai
achega
380f95e275
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/linting.yml

+ 2 - 2
.github/workflows/linting.yml

@@ -9,9 +9,9 @@ jobs:
       - uses: actions/checkout@v2
 
       - name: Setup Python
-        uses: actions/setup-python@v1
+        uses: actions/setup-python@v2
         with:
-          python-version: 3.7
+          python-version: 3.8
 
       - name: Install dependencies
         run: |