We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915335b commit 97dadbbCopy full SHA for 97dadbb
1 file changed
action.yml
@@ -294,7 +294,7 @@ runs:
294
- name: Setup Python
295
id: setup-python
296
if: ${{ inputs.setup-python == 'true' }}
297
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
298
with:
299
python-version: ${{ inputs.python-version }}
300
cache: ${{ inputs.python-cache }}
0 commit comments