Bump actions/setup-python version to v4

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-12-01 23:27:44 -03:00
parent 5e6541e08a
commit 6f344b3060
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ jobs:
cache: 'yarn'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.6'
@ -60,7 +60,7 @@ jobs:
cache: 'yarn'
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.6'