mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 06:22:57 +08:00
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:
parent
a0c430373d
commit
5b9e6b25f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/theHarvester.yml
vendored
2
.github/workflows/theHarvester.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue