From ca04b625a876a417e37cec1a206c155f037e12e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 23:09:38 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 2.1.2 to 3.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.1.2 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.1.2...v3.1.0) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c04f85218..0fd0c1ab72 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@v3.1.0 with: python-version: 3.6 - run: pip install -r requirements.docs.txt