Use newer version of actions/setup-python

This commit is contained in:
Sajith Sasidharan 2022-11-26 18:25:19 -06:00
parent 9bd384ac2d
commit 5e6189e115
No known key found for this signature in database
GPG Key ID: 0C6DA6A29D5F02BA

View File

@ -73,7 +73,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
@ -208,7 +208,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
@ -268,7 +268,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}