upstream ci: Update Github actions due to old Node.js.

There are warnings on Github workflows about the need to update actions
'checkout' and 'setup-python' due to the use of Node.js versions that
are too old.

This patch updates the use of actions/checkout from v2 to v3.1.0, and
setup-python from v2 to v4.3.0.
This commit is contained in:
Rafael Guterres Jeffman
2022-11-11 09:41:38 -03:00
parent 0f0c098fa2
commit f82b93a801
4 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ jobs:
name: Verify ansible-test sanity
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 0
- name: Install virtualenv using pip