Skip to content

Commit

Permalink
fix(deps): update dependency actions/python-versions to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Oct 9, 2024
1 parent 7349eec commit e764e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
if: fromJSON(needs.should-run.outputs.should-run)
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=actions/python-versions extractVersion=^(?<version>\S+)-\d+$
PYTHON_VERSION: 3.12.7
# renovate: datasource=custom.python-versions depName=actions/python-versions versioning=pep440
PYTHON_VERSION: 3.13.0
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Expand Down

0 comments on commit e764e41

Please sign in to comment.