Skip to content

Commit 53b0385

Browse files
committed
Merge remote-tracking branch 'origin/16.0' into 16.0-store
2 parents 2499c49 + f9bc42d commit 53b0385

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/DINAR-PORT.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
path: DINAR
3737
repository: itpp-labs/DINAR-fork
3838
ref: master
39-
- uses: actions/setup-python@v2
39+
- uses: actions/setup-python@v4
40+
with:
41+
python-version: "3.8"
4042
- name: Install python tools
4143
run: |
4244
pip install plumbum pre-commit git-aggregator

.github/workflows/DINAR-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
path: DINAR
5555
repository: itpp-labs/DINAR-fork
5656
ref: master
57-
- uses: actions/setup-python@v2
57+
- uses: actions/setup-python@v4
58+
with:
59+
python-version: "3.8"
5860
- name: Install python tools
5961
run: |
6062
pip install plumbum PyGithub pyyaml

0 commit comments

Comments
 (0)