Skip to content

Commit 7ca1790

Browse files
committed
Merge remote-tracking branch 'origin/17.0' into 17.0-store
2 parents 7ff9616 + 53ff31a commit 7ca1790

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/DINAR-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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)" >>
@@ -56,7 +56,7 @@ jobs:
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

.github/workflows/DINAR.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)