diff --git a/.github/workflows/DINAR-pr.yml b/.github/workflows/DINAR-pr.yml index 57266590..629606e2 100644 --- a/.github/workflows/DINAR-pr.yml +++ b/.github/workflows/DINAR-pr.yml @@ -27,7 +27,9 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v2 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 + with: + python-version: "3.8" - name: Check Python Version run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f050711..1c42c73c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ default_language_version: node: "14.13.0" repos: - repo: https://github.com/myint/autoflake - rev: v1.4 + rev: v1.6.1 hooks: - id: autoflake args: ["-i", "--ignore-init-module-imports"]