Bump actions/setup-python.

This commit is contained in:
Fabio Caccamo
2023-11-06 23:33:32 +01:00
parent 8e045c71c1
commit 17f9f430fd
+2 -2
View File
@@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
cache: 'pip'
@@ -84,7 +84,7 @@ jobs:
run: sudo apt install libpq-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'