From 991764af94678b6d99eeaef0d76eeefba3b05965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 15:17:25 +0100 Subject: [PATCH] Bump actions/setup-python from v2.2.0 to v2.2.1 (#2380) Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.0 to v2.2.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.0...3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 11923b47f..4d89ebaec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} id: python - uses: actions/setup-python@v2.2.0 + uses: actions/setup-python@v2.2.1 with: python-version: ${{ matrix.python-version }} - name: Restore Python virtual environment @@ -68,7 +68,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.0 + uses: actions/setup-python@v2.2.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -112,7 +112,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.0 + uses: actions/setup-python@v2.2.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -156,7 +156,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.0 + uses: actions/setup-python@v2.2.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -188,7 +188,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.0 + uses: actions/setup-python@v2.2.1 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.2.0 + uses: actions/setup-python@v2.2.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -273,7 +273,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.0 + uses: actions/setup-python@v2.2.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -305,7 +305,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.0 + uses: actions/setup-python@v2.2.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }} @@ -349,7 +349,7 @@ jobs: - name: Check out code from GitHub uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.2.0 + uses: actions/setup-python@v2.2.1 id: python with: python-version: ${{ matrix.python-version }} @@ -403,7 +403,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.0 + uses: actions/setup-python@v2.2.1 id: python with: python-version: ${{ env.DEFAULT_PYTHON }}