File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- name : Reusable check if IDLE's help.html is up to date
1+ name : Reusable check IDLE help
22
33on :
44 workflow_call :
55
6- permissions :
7- contents : read
6+ permissions : {}
87
98env :
109 FORCE_COLOR : 1
1110
1211jobs :
1312 check-idle-doc-sync :
14- name : ' Check if Lib/idlelib/ help.html needs to be regenerated '
13+ name : ' Check if IDLE help needs regenerating '
1514 runs-on : ubuntu-latest
1615 timeout-minutes : 5
1716 steps :
18- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1918 with :
2019 persist-credentials : false
2120 - name : ' Download built idle.html'
22- uses : actions/download-artifact@v4
21+ uses : actions/download-artifact@v7
2322 with :
2423 name : idle-html
2524 path : Doc/build/html/library
2625 - name : ' Set up Python'
27- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2827 with :
2928 python-version : ' 3'
3029 - name : ' Regenerate Lib/idlelib/help.html'
You can’t perform that action at this time.
0 commit comments