diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-08 17:52:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 17:52:53 +0200 |
commit | a1d4f7bde47e212fa231f624f3a09eb49abda2a5 (patch) | |
tree | b3748242cdfaef4de6538a68972be58fd8df1268 /.github | |
parent | d5bb7deaa1df267437346f9c346a4658cc028987 (diff) | |
download | translated-content-a1d4f7bde47e212fa231f624f3a09eb49abda2a5.tar.gz translated-content-a1d4f7bde47e212fa231f624f3a09eb49abda2a5.tar.bz2 translated-content-a1d4f7bde47e212fa231f624f3a09eb49abda2a5.zip |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pr-review-companion.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |