Skip to content

Commit c1fa35d

Browse files
build(deps): bump actions/setup-python
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cc04ca commit c1fa35d

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
@@ -110,7 +110,7 @@ runs:
110110
shell: bash
111111
# Python
112112
- name: Set up python
113-
uses: actions/setup-python@v5
113+
uses: actions/setup-python@v6
114114
if: inputs.enable_python == 'true'
115115
with:
116116
python-version: ${{ inputs.python_version }}

0 commit comments

Comments
 (0)