Skip to content

Commit 471961e

Browse files
Apply suggestions from Hugo
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent c8a5cc0 commit 471961e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/reusable-idle-help-doc.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
1-
name: Reusable check if IDLE's help.html is up to date
1+
name: Reusable check IDLE help
22

33
on:
44
workflow_call:
55

6-
permissions:
7-
contents: read
6+
permissions: {}
87

98
env:
109
FORCE_COLOR: 1
1110

1211
jobs:
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'

0 commit comments

Comments
 (0)