fix: remove spurious panic in env handling (#887)

This commit is contained in:
William Woodruff 2025-06-02 14:34:06 -04:00 committed by GitHub
parent 8a69cca381
commit a4a657f9be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 281 additions and 58 deletions

View file

@ -17,7 +17,7 @@ license = "MIT"
[workspace.dependencies]
anyhow = "1.0.98"
github-actions-expressions = { path = "crates/github-actions-expressions", version = "0.0.4" }
github-actions-models = { path = "crates/github-actions-models", version = "0.29.0" }
github-actions-models = { path = "crates/github-actions-models", version = "0.30.0" }
itertools = "0.14.0"
pest = "2.8.0"
pest_derive = "2.8.0"