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:
11
11
if : github.ref == 'refs/heads/master'
12
12
steps :
13
13
- name : Set up Python
14
- uses : actions/setup-python@v2
14
+ uses : actions/setup-python@v5
15
15
with :
16
- python-version : ' 3.8 '
16
+ python-version : ' 3.11 '
17
17
- name : Install dependencies
18
18
run : |
19
19
pip install pyyaml requests
20
20
- name : Checkout robostack.github.io
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v4
22
22
- name : Create table noetic
23
23
run : |
24
24
python utils/compare_pkg_completeness.py noetic robostack-staging
31
31
- name : Create table humble
32
32
run : |
33
33
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
34
37
- name : Commit changes
35
38
id : commit
36
39
run : |
40
43
git add docs/foxy.md
41
44
git add docs/galactic.md
42
45
git add docs/humble.md
46
+ git add docs/jazzy.md
43
47
git commit -m "Update tables"
44
48
continue-on-error : true
45
49
- name : Push changes
You can’t perform that action at this time.
0 commit comments