Bump `actions/setup-python`.

master
Fabio Caccamo 2023-11-06 23:33:32 +01:00
parent 8e045c71c1
commit 17f9f430fd
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
cache: 'pip' cache: 'pip'
@ -84,7 +84,7 @@ jobs:
run: sudo apt install libpq-dev run: sudo apt install libpq-dev
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'pip' cache: 'pip'