Skip to content

Update GitHub Actions to Node 24 releases - #64

Merged
fruwe merged 1 commit into
mainfrom
fruwe/issue-63-node24-actions
Jul 28, 2026
Merged

Update GitHub Actions to Node 24 releases#64
fruwe merged 1 commit into
mainfrom
fruwe/issue-63-node24-actions

Conversation

@fruwe

@fruwe fruwe commented Jul 28, 2026

Copy link
Copy Markdown
Member

Closes #63

Summary

  • pin every official GitHub Action in the test and release workflows to the approved immutable Node 24-based commit
  • preserve Python 3.13, the specification and conformance pins, package version 0.0.6, and PyPI Trusted Publishing behavior

Validation

  • parsed both workflow YAML files with yq
  • confirmed all official actions use the approved immutable commits and no stale version references remain
  • .venv/bin/ruff check .
  • .venv/bin/mypy src/determa
  • .venv/bin/pytest -q (175 passed)
  • .venv/bin/pytest conformance -q (93 passed across the merged 88-case suite)
  • git diff --check

Exclusions

  • no package version bump, tag, release, or publishing change

@fruwe
fruwe marked this pull request as ready for review July 28, 2026 12:02
@fruwe
fruwe merged commit b6d3936 into main Jul 28, 2026
2 checks passed
@fruwe
fruwe deleted the fruwe/issue-63-node24-actions branch July 28, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update GitHub Actions to Node 24 releases

1 participant