File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 uses : actions/checkout@v2
3030 - uses : actions/setup-python@v4
3131 with :
32- python-version : " 3.8 "
32+ python-version : " 3.10 "
3333 - name : Check Python Version
3434 run :
3535 echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>
5656 ref : master
5757 - uses : actions/setup-python@v4
5858 with :
59- python-version : " 3.8 "
59+ python-version : " 3.10 "
6060 - name : Install python tools
6161 run : |
6262 pip install plumbum PyGithub pyyaml
Original file line number Diff line number Diff line change @@ -57,18 +57,18 @@ jobs:
5757 - check-branch
5858 steps :
5959 - name : Checkout Repo
60- uses : actions/checkout@v2
60+ uses : actions/checkout@v4
6161 with :
6262 path : REPO
6363 - name : Checkout DINAR
64- uses : actions/checkout@v2
64+ uses : actions/checkout@v4
6565 with :
6666 path : DINAR
6767 repository : itpp-labs/DINAR-fork
6868 ref : master
69- - uses : actions/setup-python@v1
69+ - uses : actions/setup-python@v4
7070 with :
71- python-version : " 3.7.x "
71+ python-version : " 3.10 "
7272 - name : Prepare build folder
7373 run : |
7474 cp -rnT DINAR/embedded-files/ REPO/
You can’t perform that action at this time.
0 commit comments