diff --git a/.github/workflows/PR_HookTest.yml b/.github/workflows/PR_HookTest.yml index 56f7fbc..10f1375 100644 --- a/.github/workflows/PR_HookTest.yml +++ b/.github/workflows/PR_HookTest.yml @@ -11,11 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 # Setup Python - - name: Set up Python 3.x + - name: Set up Python 3.11 uses: actions/setup-python@v2 with: - # Semantic version range syntax or exact version of a Python version - python-version: '3.x' + python-version: '3.11' # Display Version - name: Install Hooktest run: pip3 install HookTest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b62c315..579132b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,10 @@ jobs: steps: - uses: actions/checkout@v2 # Setup Python - - name: Set up Python 3.x + - name: Set up Python 3.11 uses: actions/setup-python@v2 with: - # Semantic version range syntax or exact version of a Python version - python-version: '3.x' + python-version: '3.11' # Display Version - name: Install Hooktest run: pip3 install HookTest