Skip to content

Commit

Permalink
ci: update actions/setup-python to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Mar 17, 2024
1 parent ffa4cd9 commit 778aa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/internal/setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
using: "composite"
steps:
- name: "Setup Python: Install Python"
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
uses: actions/setup-python@v5 # https://github.com/actions/setup-python
with:
python-version: ${{inputs.python-version }}

Expand Down

0 comments on commit 778aa37

Please sign in to comment.