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 29
29
uses : actions/checkout@v2
30
30
- uses : actions/setup-python@v4
31
31
with :
32
- python-version : " 3.8 "
32
+ python-version : " 3.10 "
33
33
- name : Check Python Version
34
34
run :
35
35
echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>
56
56
ref : master
57
57
- uses : actions/setup-python@v4
58
58
with :
59
- python-version : " 3.8 "
59
+ python-version : " 3.10 "
60
60
- name : Install python tools
61
61
run : |
62
62
pip install plumbum PyGithub pyyaml
Original file line number Diff line number Diff line change @@ -57,18 +57,18 @@ jobs:
57
57
- check-branch
58
58
steps :
59
59
- name : Checkout Repo
60
- uses : actions/checkout@v2
60
+ uses : actions/checkout@v4
61
61
with :
62
62
path : REPO
63
63
- name : Checkout DINAR
64
- uses : actions/checkout@v2
64
+ uses : actions/checkout@v4
65
65
with :
66
66
path : DINAR
67
67
repository : itpp-labs/DINAR-fork
68
68
ref : master
69
- - uses : actions/setup-python@v1
69
+ - uses : actions/setup-python@v4
70
70
with :
71
- python-version : " 3.7.x "
71
+ python-version : " 3.10 "
72
72
- name : Prepare build folder
73
73
run : |
74
74
cp -rnT DINAR/embedded-files/ REPO/
You can’t perform that action at this time.
0 commit comments