From c71a1a34facd630e1b928ff7635449a19541de6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 12:10:30 +0200 Subject: [PATCH] Bump actions/setup-python from v2.2.1 to v2.2.2 (#49156) Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.1 to v2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.1...dc73133d4da04e56a135ae2246682783cc7c7cb6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d43b124c49..a9dc1df8836 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 with: python-version: ${{ env.DEFAULT_PYTHON }} - name: Generate partial Python venv restore key @@ -85,7 +85,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -125,7 +125,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -165,7 +165,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -227,7 +227,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -270,7 +270,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -313,7 +313,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -353,7 +353,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -396,7 +396,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -447,7 +447,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -518,7 +518,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.1 + uses: actions/setup-python@v2.2.2 id: python with: python-version: ${{ env.DEFAULT_PYTHON }}