From 2fbaa82472820508cb221d848161fc25ae8cb175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 07:11:22 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from v2.1.2 to v2.2.1 Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.2 to v2.2.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.2...3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7aa6cc5ab..75266e69c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2.1.2 + uses: actions/setup-python@v2.2.1 with: python-version: 3.6 - run: pip install -r requirements.docs.txt