From a1d4f7bde47e212fa231f624f3a09eb49abda2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 17:52:53 +0200 Subject: Bump actions/setup-python from 2.2.2 to 3 (#4457) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-review-companion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index 72c334d945..97bc8ffb9a 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -67,7 +67,7 @@ jobs: path: yari - name: Install Python - uses: actions/setup-python@v2.2.2 + uses: actions/setup-python@v3 with: python-version: "3.8" -- cgit v1.2.3-54-g00ecf