We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8043cee + 7b447ee commit 8c81d75Copy full SHA for 8c81d75
action.yml
@@ -64,11 +64,11 @@ runs:
64
65
- name: Checkout
66
if: inputs.checkout == 'true'
67
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
68
69
- name: Setup Python
70
if: inputs.install-python == 'true' && (runner.os != 'macOS' || inputs.homebrew-python != 'true')
71
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
72
with:
73
python-version: '${{ inputs.python-version }}'
74
architecture: '${{ inputs.architecture }}'
0 commit comments