Skip to content
Open
Show file tree
Hide file tree
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.

πŸ” Local copy of a shared reusable workflow drifts from wave-foundation source

The header comment of .github/workflows/_checks.yml:3-6 states this workflow is the shared cross-project gate whose "one source of truth" lives in wave-av/wave-foundation (checks.yml@master), and the skill-validate job comment (.github/workflows/_checks.yml:48-50) says it mirrors wave-foundation/scripts/validate-skills.py and "keep the two in sync". Bumping the Python version only in this repo's local copy introduces exactly the drift the comment warns about; the same bump should be made upstream (or this copy replaced by a uses: reference).

Open in Devin Review

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

- run: pip install pyyaml
- name: Skill frontmatter gate
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.12"
python-version: "3.14"
- name: Install ruff
run: pip install ruff
- name: Ruff check
Expand Down
Loading