Skip to content

Commit 3bb893d

Browse files
committed
feat: update to setup-python@v6
1 parent 1f70696 commit 3bb893d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ runs:
119119
shell: bash
120120
# Python
121121
- name: Set up python
122-
uses: actions/setup-python@v5
122+
uses: actions/setup-python@v6
123123
if: inputs.enable_python == 'true'
124124
with:
125125
python-version: ${{ inputs.python_version || '3.10' }}

0 commit comments

Comments
 (0)