Skip to content

Commit

Permalink
Bump to actions/setup-python@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Apr 14, 2024
1 parent c0df57b commit 8ff165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
uses: actions/checkout@v3

- name: Set the python version
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
cache: pip
Expand Down

0 comments on commit 8ff165c

Please sign in to comment.