Skip to content

Commit ddd53e5

Browse files
committed
ci: update github actions versions
1 parent 3490ac0 commit ddd53e5

5 files changed

Lines changed: 21 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- name: Check out repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.12"
2222
cache: pip

acceptance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ As of 2026-04-28:
1616
- ROS relationship: documented in README and `docs/ros_comparison.md`.
1717
- Hardware validation: matrix exists, but real tested values are still pending.
1818
- CI and offline quality gates: workflow and local checks are configured; remote
19-
GitHub Actions run `25048952721` passed on `origin/main`.
19+
GitHub Actions run `25049184348` passed on `origin/main`.
2020
- Open-source hygiene: required files and templates exist locally.
2121
- Demo media: system architecture image exists; real workflow screenshots/GIFs
2222
are still pending.
@@ -141,6 +141,8 @@ Local status:
141141
- `[x]` GitHub Actions has passed on `origin/main`.
142142
- `[x]` First GitHub Actions run `25048732038` failed on Markdown links to
143143
ignored local files; fixed by commit `b91d53a`.
144+
- `[~]` GitHub Actions v6 upgrade is in progress to remove the Node.js 20
145+
deprecation warning.
144146

145147
Required local commands before release:
146148

plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ As of 2026-04-28:
2121
- Community-readiness implementation is committed locally as `f988044`.
2222
- GitHub Actions is green on `origin/main` after fixing ignored local-file links
2323
in `docs/README.md`.
24+
- GitHub Actions v6 upgrade is in progress to remove Node.js 20 deprecation
25+
warnings before the release baseline.
2426
- Phase 7 release and Phase 8 Franka Community submission are blocked until
2527
hardware validation, demo media, and GitHub release steps are complete.
2628

progress.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@ still blocked. Keep entries factual and short.
162162
- Markdown-link fix committed and pushed as
163163
`b91d53a docs: fix markdown links for ci`.
164164
- GitHub Actions run `25048952721` passed on `origin/main`.
165+
- CI badge/status update committed and pushed as
166+
`3490ac0 docs: record green ci status`.
167+
- GitHub Actions run `25049184348` passed on `origin/main`.
168+
- CI emitted a non-blocking Node.js 20 deprecation warning for
169+
`actions/checkout@v4` and `actions/setup-python@v5`. Official releases show
170+
`actions/checkout@v6.0.2` and `actions/setup-python@v6.2.0`; workflow upgrade
171+
is in progress.
165172
- Real hardware validation values are still pending FR3 access.
166173
- Real screenshots/GIFs are still missing.
167174
- `docs/assets/system-architecture.png` exists, but teleop, data collection,
@@ -179,6 +186,6 @@ still blocked. Keep entries factual and short.
179186

180187
## Next Recommended Iteration
181188

182-
Commit and push the CI badge / status-memory update. After CI remains green,
183-
collect real FR3 validation values and capture the remaining README media
184-
assets.
189+
Commit and push the GitHub Actions v6 upgrade, then confirm CI remains green.
190+
After CI remains green, collect real FR3 validation values and capture the
191+
remaining README media assets.

todo.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Status legend:
2424
- `[x]` Community-readiness batch is committed locally.
2525
- `[x]` Community-readiness batch is pushed to `origin/main`.
2626
- `[x]` GitHub Actions is green on `origin/main`.
27+
- `[~]` GitHub Actions v6 upgrade is in progress to remove Node.js 20 warnings.
2728
- `[~]` Hardware validation matrix exists but real tested values are not filled yet.
2829
- `[ ]` Real screenshots/GIFs are not added yet.
2930
- `[ ]` GitHub release is not created yet.
@@ -67,6 +68,7 @@ Status legend:
6768
- `[x]` Add Markdown relative-link checker.
6869
- `[x]` Add limited `ruff` configuration.
6970
- `[x]` Add CI badge to README after workflow is stable.
71+
- `[~]` Upgrade GitHub Actions to Node.js 24-compatible major versions.
7072

7173
## Phase 4: GitHub Collaboration Files
7274

@@ -145,6 +147,8 @@ Recommended next implementation batch:
145147
2. Confirm GitHub Actions passes on `origin/main`.
146148
- First run `25048732038` failed due ignored local docs links.
147149
- Markdown-link fix commit `b91d53a` passed in run `25048952721`.
150+
- CI badge/status commit `3490ac0` passed in run `25049184348`.
151+
- Actions v6 upgrade is pending commit and rerun.
148152
3. Capture final README media assets:
149153
- `docs/assets/teleop-preview.gif`
150154
- `docs/assets/data-collection-preview.gif`

0 commit comments

Comments
 (0)