From c4f29c63844b6eaf5eae03f6749639f04bf19f72 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 29 Jul 2020 10:18:20 +0200 Subject: Simplified YAML files for Github Actions workflows Updated actions where needed --- .github/workflows/style_and_docs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/style_and_docs.yaml') diff --git a/.github/workflows/style_and_docs.yaml b/.github/workflows/style_and_docs.yaml index 8bb6d2162a..9fee85b163 100644 --- a/.github/workflows/style_and_docs.yaml +++ b/.github/workflows/style_and_docs.yaml @@ -11,13 +11,10 @@ on: - releases/** jobs: validate: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v2 - - name: Setup Python - uses: actions/setup-python@v1 + - uses: actions/setup-python@v2 with: python-version: 3.7 - name: Install Python Packages -- cgit v1.2.3-70-g09d2