You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update GitHub Actions to latest and deprecate ACS class (#300)
* Update GitHub Actions to latest versions and deprecate ACS class
Bump actions/checkout v4→v6, astral-sh/setup-uv v5→v7, and
actions/first-interaction v1→v3 across all workflows. Deprecate the
legacy ACS class in favor of get_pums() and get_acs().
Closes#5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix deprecation warning stacklevel, add version, and test coverage
Address PR review: use stacklevel=3 so the warning points to user
code (not the dataclass __init__), add version to Sphinx deprecated
directive, and add explicit test for the DeprecationWarning.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments