From c33c5fc5b8450279b1a676763a5db37715aa7e6a Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 18 Jan 2025 12:26:03 -0500 Subject: [PATCH] bugfix: bump github-actions-models (#463) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- docs/release-notes.md | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9903be68..a9478f7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,9 +616,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "github-actions-models" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d63182827fb1d242303a2365a963579469c66559011fa01c4b5822a19be8075" +checksum = "768ea1269c648e6eb2e2fc9143e609609a1587150f0ad3342305ae2ae2d217ca" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index e92a7b83..d15122a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ clap-verbosity-flag = { version = "3.0.2", features = [ ], default-features = false } etcetera = "0.8.0" flate2 = "1.0.35" -github-actions-models = "0.20.0" +github-actions-models = "0.21.0" http-cache-reqwest = "0.15.0" human-panic = "2.0.1" indexmap = "2.7.0" diff --git a/docs/release-notes.md b/docs/release-notes.md index f8526d1f..9eff9497 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -32,6 +32,8 @@ of `zizmor`. * The [artipacked] audit now correctly handles the strings `'true'` and `'false'` as their boolean counterparts (#448) * Expressions that span multiple source lines are now parsed correctly (#461) +* Workflows that contain `timeout-minutes: ${{ expr }}` are now parsed + correctly (#462) ## v1.1.1