Skip to content

Commit eaa1aad

Browse files
Add jazzy, update deps
1 parent 2e56e58 commit eaa1aad

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/update-package-table.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -31,6 +31,9 @@ jobs:
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: |
@@ -40,6 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)