File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1414 name : Validate registry.json
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Validate JSON syntax
2020 run : python3 -c "import json; json.load(open('registry.json'))"
@@ -81,22 +81,16 @@ jobs:
8181 name : Validate docs site
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v6
8585
8686 - name : Check docs/index.html exists
8787 run : test -f docs/index.html
8888
89- - name : Check docs/style.css exists
90- run : test -f docs/style.css
91-
92- - name : Check docs/script.js exists
93- run : test -f docs/script.js
94-
9589 validate-scaffold :
9690 name : Validate scaffold
9791 runs-on : ubuntu-latest
9892 steps :
99- - uses : actions/checkout@v4
93+ - uses : actions/checkout@v6
10094
10195 - uses : actions/setup-python@v5
10296 with :
You can’t perform that action at this time.
0 commit comments