Skip to content

Commit 439cdc8

Browse files
authored
Update actions/setup-python action to v6 (#166)
1 parent 7f01bec commit 439cdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v5
2727
- name: Set up Python 3.10
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.14"
3131

0 commit comments

Comments
 (0)