Skip to content

Commit

Permalink
Merge pull request #25 from srz-zumix/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
srz-zumix authored Apr 29, 2024
2 parents fd806fd + 228f233 commit cc73bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
using: "composite"
steps:
- name: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION || '3.10' }}
# cache: 'pip'
Expand Down

0 comments on commit cc73bb2

Please sign in to comment.