Skip to content

Commit

Permalink
fix: upgraded python installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 15, 2023
1 parent 4104d72 commit 6d93793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
# python
- name: Setup | Python ${{ inputs.python }}
if: inputs.python != 'false'
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ inputs.python }}
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion src/actions/setup-binaries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
# python
- name: Setup | Python ${{ inputs.python }}
if: inputs.python != 'false'
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ inputs.python }}
check-latest: true
Expand Down

0 comments on commit 6d93793

Please sign in to comment.