From 993eb7e632bfa792c433d7e8058dbdf35c4d1525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 06:15:20 +0000 Subject: [PATCH] Bump actions/setup-python from 2.2.2 to 3.1.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 3.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v3.1.1) --- 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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 478c75c95ce..13f38a222e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment @@ -69,7 +69,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -113,7 +113,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -157,7 +157,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -189,7 +189,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -230,7 +230,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -274,7 +274,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -306,7 +306,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -350,7 +350,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ matrix.python-version }} @@ -408,7 +408,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2.3.4 - name: Set up Python ${{ env.DEFAULT_PYTHON }} - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3.1.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }}