File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 enable-cache : true
5252
5353 - name : Set up Python
54- uses : actions/setup-python@v6.1.0
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version-file : " .python-version"
5757
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 GH_TOKEN : ${{ secrets.ORG_ACCESS_TOKEN }}
182182
183183 - name : Setup Python for classification
184- uses : actions/setup-python@v5
184+ uses : actions/setup-python@v6
185185 with :
186186 python-version : ' 3.12'
187187
@@ -331,7 +331,7 @@ jobs:
331331
332332 - name : Setup Python for Agent SDK
333333 if : steps.prepare.outputs.should-skip != 'true'
334- uses : actions/setup-python@v5
334+ uses : actions/setup-python@v6
335335 with :
336336 python-version-file : bot-repo/.python-version
337337
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 uses : actions/checkout@v6
117117
118118 - name : Setup Python
119- uses : actions/setup-python@v5
119+ uses : actions/setup-python@v6
120120 with :
121121 python-version : ' 3.12'
122122
Original file line number Diff line number Diff line change 2626 enable-cache : true
2727
2828 - name : Set up Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : " 3.12"
3232
You can’t perform that action at this time.
0 commit comments