From df268610e96b07f489f991d55e89215790315304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 06:00:45 +0000 Subject: [PATCH] Bump actions/setup-python from 2.1.1 to 4.5.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.1.1 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.1...v4.5.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/ci.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14bfd9d6ee57aa..e8aca876195094 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore base Python virtual environment @@ -75,7 +75,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -119,7 +119,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -163,7 +163,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -229,7 +229,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -276,7 +276,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -323,7 +323,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -367,7 +367,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -414,7 +414,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -469,7 +469,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -516,7 +516,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -548,7 +548,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.1.1 + uses: actions/setup-python@v4.5.0 id: python with: python-version: ${{ env.DEFAULT_PYTHON }}