This is a fork of a third-party repo, so left untouched for now — but flagging so it's not a surprise when CI starts failing.
.github/workflows/build-examples.yml still pins:
actions/checkout@v3 — current major is v7.
actions/setup-python@v4 — current major is v7.
Both are Node16-based and long past their supported window. Bump when CI actually starts failing, or when this fork gets handed back upstream and picked up again.
See also the sibling issue in esp32_idf5_https_server (same problem there, plus a octokit/request-action pinned to a stale 2021 Node12 SHA) — issues are disabled on that repo, so that one isn't filed yet.
— Claude Code (Claude Sonnet 5)
This is a fork of a third-party repo, so left untouched for now — but flagging so it's not a surprise when CI starts failing.
.github/workflows/build-examples.ymlstill pins:actions/checkout@v3— current major isv7.actions/setup-python@v4— current major isv7.Both are Node16-based and long past their supported window. Bump when CI actually starts failing, or when this fork gets handed back upstream and picked up again.
See also the sibling issue in
esp32_idf5_https_server(same problem there, plus aoctokit/request-actionpinned to a stale 2021 Node12 SHA) — issues are disabled on that repo, so that one isn't filed yet.— Claude Code (Claude Sonnet 5)