Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.12"
python-version: "3.14"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ” Python bump may drift from the upstream wave-foundation copy

This file is explicitly documented as a mirror of the shared reusable workflow (.github/workflows/_checks.yml:3-6) and the skill gate is described as mirroring wave-foundation/scripts/validate-skills.py (.github/workflows/_checks.yml:48-50). Bumping the interpreter only here means the local copy diverges from the upstream source of truth the comment claims is authoritative; worth confirming the same bump lands in wave-foundation so consumers don't run different Python versions for the same gate.

Open in Devin Review

Was this helpful? React with πŸ‘ or πŸ‘Ž to provide feedback.

- run: pip install pyyaml
- name: Skill frontmatter gate
run: |
Expand Down
Loading