From 35bce7d640d96f66e87141b550d9ddae3f73f4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 06:18:53 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from v2.1.2 to v2.1.4 Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.2 to v2.1.4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.2...41b7212b1668f5de9d65e9c82aa777e6bbedb3a8) 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..64b267d57e 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.1.4 with: python-version: 3.6 - run: pip install -r requirements.docs.txt