Skip to content

Commit

Permalink
Merge pull request #54 from a5r0n/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-python action to v5
  • Loading branch information
a5r0n authored Jan 9, 2025
2 parents 7a80338 + 4bb8066 commit 3fab16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down

0 comments on commit 3fab16b

Please sign in to comment.