Skip to content

Commit 49cc683

Browse files
committed
1 parent 72a19a5 commit 49cc683

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/DINAR-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
steps:
2828
- name: Checkout Repo
2929
uses: actions/checkout@v2
30-
- uses: actions/setup-python@v2
30+
- uses: actions/setup-python@v4
31+
with:
32+
python-version: "3.8"
3133
- name: Check Python Version
3234
run:
3335
echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>

0 commit comments

Comments
 (0)