.github: update actions

Switch to newer checkout and setup-python actions, and enable the
pip cache for setup-python.
This commit is contained in:
Alan Orth 2022-10-03 19:43:41 +03:00
parent bcb97d025c
commit 0720605b6a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 2 deletions

View File

@ -27,11 +27,12 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip