Update workflow task (#196)

* Update workflow task

* use $env:GITHUB_OUTPUT

* update submodule
This commit is contained in:
Aleksandr Chebotov
2022-10-31 15:12:41 +01:00
committed by GitHub
parent 379db95d31
commit 1c70aa4fc9
9 changed files with 24 additions and 24 deletions

View File

@ -18,7 +18,7 @@ jobs:
python: [3.5.4, 3.6.7, 3.7.5, 3.8.1]
steps:
- name: setup-python ${{ matrix.python }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}