File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 if : github.ref == 'refs/heads/master'
1212 steps :
1313 - name : Set up Python
14- uses : actions/setup-python@v2
14+ uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.8 '
16+ python-version : ' 3.11 '
1717 - name : Install dependencies
1818 run : |
1919 pip install pyyaml requests
2020 - name : Checkout robostack.github.io
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222 - name : Create table noetic
2323 run : |
2424 python utils/compare_pkg_completeness.py noetic robostack-staging
3131 - name : Create table humble
3232 run : |
3333 python utils/compare_pkg_completeness.py humble robostack-staging
34+ - name : Create table jazzy
35+ run : |
36+ python utils/compare_pkg_completeness.py jazzy robostack-staging
3437 - name : Commit changes
3538 id : commit
3639 run : |
4043 git add docs/foxy.md
4144 git add docs/galactic.md
4245 git add docs/humble.md
46+ git add docs/jazzy.md
4347 git commit -m "Update tables"
4448 continue-on-error : true
4549 - name : Push changes
You can’t perform that action at this time.
0 commit comments