From f21015e9e8f762c8d8f4131845566da0e93b510e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 21:03:28 +0000 Subject: [PATCH] Bump actions/setup-python from 2.3.1 to 4.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 4.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... 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 2b38288e1837..80abe13f9a4c 100644 --- a/.github/workflows/code_layout.yml +++ b/.github/workflows/code_layout.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Set up Python 3.7 - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v4.2.0 with: python-version: 3.7 - name: Install Requirements @@ -160,7 +160,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Python 3.7 - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v4.2.0 with: python-version: 3.7 - name: Install Requirements diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index 3f912b661675..06333bb898cd 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.3.1 + uses: actions/setup-python@v4.2.0 with: python-version: 3.7 architecture: x64