Skip to content

Commit

Permalink
Merge pull request #508 from zmap/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
phillip-stephens authored Jan 24, 2025
2 parents 6c89fcd + 8c6d4e3 commit adb895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

# Set up Python for black
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11' # Adjust to your required Python version

Expand Down

0 comments on commit adb895e

Please sign in to comment.