From 514642ea4e288caf563eb5cfa0b4a65d5c5ae60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 09:03:47 +0000 Subject: [PATCH] Bump actions/setup-python from 2 to 4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-python.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index b6779fedf5d55..befc1f341b0e9 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Set up Python 3.7 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.7.10 - name: Install dependencies @@ -48,7 +48,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Set up Python 3.7 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.7.10 - name: Install dependencies @@ -68,7 +68,7 @@ jobs: - name: Checkout source tree uses: actions/checkout@v2 - name: Set up Python 3.7 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.7.9 - name: Install dependencies @@ -99,7 +99,7 @@ jobs: restore-keys: | ${{ runner.os }}-bazel-python-unit-tests- - name: Set up Python 3.7 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.7.10 - name: Setup Java @@ -131,7 +131,7 @@ jobs: - name: Setup Fluxbox run: sudo apt-get -y install fluxbox - name: Set up Python 3.7 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.7.10 - name: Setup Chrome @@ -168,7 +168,7 @@ jobs: - name: Setup Fluxbox run: sudo apt-get -y install fluxbox - name: Set up Python 3.7 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.7.10 - name: Setup Java @@ -211,7 +211,7 @@ jobs: - name: Setup Fluxbox run: sudo apt-get -y install fluxbox - name: Set up Python 3.7 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.7.10 - name: Setup Java