Skip to content

Commit

Permalink
bump to v5 (#22505)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi authored and ilya-lavrenov committed Feb 1, 2024
1 parent 4634b3d commit 756c2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:

- if: ${{ runner.os == 'macOS' || runner.os == 'Windows' || (runner.os == 'Linux' && runner.arch != 'ARM64') }}
name: Setup Python ${{ inputs.version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.version }}
env:
Expand Down

0 comments on commit 756c2dd

Please sign in to comment.