Skip to content

Commit

Permalink
Update python version in DNSrecon workflow
Browse files Browse the repository at this point in the history
Updated the python-version in the matrix of the DNSrecon Github Actions workflow file from 3.10 to 3.10.12. This change is necessary to ensure compatibility with the latest version. This would help in maintaining code standard and more efficient error handling.
  • Loading branch information
L1ghtn1ng committed Aug 13, 2023
1 parent 4d2478a commit 4d324a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DNSrecon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 8
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: [3.8, 3.9, 3.10.12, 3.11]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4d324a1

Please sign in to comment.