chg: updated pipeline actions versions
This commit is contained in:
Родитель
1d72bc5ee8
Коммит
f02bce590b
|
@ -12,9 +12,9 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
run_deploy: ${{ steps.verify.outputs.run_deploy }}
|
run_deploy: ${{ steps.verify.outputs.run_deploy }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
|
||||||
|
@ -34,9 +34,9 @@ jobs:
|
||||||
name: Testing Quilla with python ${{ matrix.python }}
|
name: Testing Quilla with python ${{ matrix.python }}
|
||||||
if: ${{ needs.version-check.outputs.run_deploy == 'yes' }}
|
if: ${{ needs.version-check.outputs.run_deploy == 'yes' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,9 @@ jobs:
|
||||||
python: ['3.8', '3.9']
|
python: ['3.8', '3.9']
|
||||||
name: Testing quilla with python ${{ matrix.python }}
|
name: Testing quilla with python ${{ matrix.python }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче