uses latest in workflows (#528)

This commit is contained in:
kaczmarczyck
2022-08-15 10:44:05 +02:00
committed by GitHub
parent d3e01d22fb
commit 5daf5f81d1
17 changed files with 18 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
pylint:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
@@ -29,7 +29,7 @@ jobs:
run: ./tools/run_pylint.sh
yapf:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7