We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe0b16 commit 4c375a5Copy full SHA for 4c375a5
1 file changed
action.yml
@@ -280,7 +280,7 @@ runs:
280
- name: Setup Python
281
id: setup-python
282
if: ${{ inputs.setup-python == 'true' }}
283
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
284
with:
285
python-version: ${{ inputs.python-version }}
286
cache: ${{ inputs.python-cache }}
0 commit comments