Skip to content

Commit 4276547

Browse files
chore(deps): update actions/setup-python action to v6 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79eaded commit 4276547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Setup Python
7-
uses: actions/setup-python@v5
7+
uses: actions/setup-python@v6
88
with:
99
python-version: "3.13"
1010
cache: "pip"

0 commit comments

Comments
 (0)