Bump actions/setup-python version to v4
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
5e6541e08a
commit
6f344b3060
2
.github/workflows/daily-snapshots.yml
vendored
2
.github/workflows/daily-snapshots.yml
vendored
@ -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 }}
|
||||
|
||||
|
||||
4
.github/workflows/other-tools.yml
vendored
4
.github/workflows/other-tools.yml
vendored
@ -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'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user