diff --git a/static-files/all/.github/workflows/DINAR-PORT.yml b/static-files/all/.github/workflows/DINAR-PORT.yml index 415c986..0d85b26 100644 --- a/static-files/all/.github/workflows/DINAR-PORT.yml +++ b/static-files/all/.github/workflows/DINAR-PORT.yml @@ -36,7 +36,9 @@ jobs: path: DINAR repository: itpp-labs/DINAR ref: master - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 + with: + python-version: "3.8" - name: Install python tools run: | pip install plumbum pre-commit git-aggregator diff --git a/static-files/all/.github/workflows/DINAR-pr.yml b/static-files/all/.github/workflows/DINAR-pr.yml index 17e5df4..aee1b7a 100644 --- a/static-files/all/.github/workflows/DINAR-pr.yml +++ b/static-files/all/.github/workflows/DINAR-pr.yml @@ -54,7 +54,9 @@ jobs: path: DINAR repository: itpp-labs/DINAR ref: master - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 + with: + python-version: "3.8" - name: Install python tools run: | pip install plumbum PyGithub pyyaml