Update Python version in Github Actions

The Python version used in the Github Actions workflow, specifically in the 'theHarvester.yml' file, has been updated from 3.10.9 to 3.10.12. The reason for this change is to ensure the project files and the testing environment are using the latest stable version of the Python interpreter
This commit is contained in:
L1ghtn1ng 2023-08-13 03:02:56 +01:00
parent a0c430373d
commit 5b9e6b25f3

View file

@ -17,7 +17,7 @@ jobs:
max-parallel: 8
matrix:
os: [ ubuntu-latest, macos-latest ]
python-version: [ 3.10.9, 3.11 ]
python-version: [ 3.10.12, 3.11 ]
steps:
- uses: actions/checkout@v3