From 089126bb9a9727bd399ac1b3af9bba24d6cf3aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:03:02 +0000 Subject: [PATCH] Bump actions/setup-python from 2.2.1 to 4.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.1 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.1...v4.1.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 a03c6f686241..4cbf4ce4d338 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@v4.1.0 with: python-version: 3.7 - name: Install Requirements @@ -159,7 +159,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Python 3.7 - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v4.1.0 with: python-version: 3.7 - name: Install Requirements diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index 5a4305df275e..1168d01ca60e 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@v4.1.0 with: python-version: 3.7 architecture: x64