From eb4a446d1041acbe8c76e6201b34f0996f807ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:39:26 +0000 Subject: [PATCH] Bump actions/setup-python from 2.2.1 to 2.2.2 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.1...v2.2.2) Signed-off-by: dependabot[bot] --- .github/workflows/code_layout.yml | 4 ++-- .github/workflows/flake8.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_layout.yml b/.github/workflows/code_layout.yml index a8b2d92211b5..efe3937e74a4 100644 --- a/.github/workflows/code_layout.yml +++ b/.github/workflows/code_layout.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Python 3.7 - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 with: python-version: 3.7 - name: Install Requirements @@ -143,7 +143,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Python 3.7 - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 with: python-version: 3.7 - name: Install Requirements diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index c6223e734972..6e9912336443 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Python - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 with: python-version: 3.7 architecture: x64