From cc76e2b93f828e86231cd28dbc40468eb36b8e69 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 16 Dec 2025 15:34:11 -0800 Subject: [PATCH] chore: bump github-actions-models to 0.42.0 (#1453) Signed-off-by: William Woodruff --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/github-actions-models/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19296601..7fd44670 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ dependencies = [ [[package]] name = "github-actions-models" -version = "0.41.0" +version = "0.42.0" dependencies = [ "indexmap", "insta", diff --git a/Cargo.toml b/Cargo.toml index b67c66af..2472254a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rust-version = "1.88.0" [workspace.dependencies] anyhow = "1.0.100" github-actions-expressions = { path = "crates/github-actions-expressions", version = "0.0.11" } -github-actions-models = { path = "crates/github-actions-models", version = "0.41.0" } +github-actions-models = { path = "crates/github-actions-models", version = "0.42.0" } itertools = "0.14.0" pest = "2.8.4" pest_derive = "2.8.4" diff --git a/crates/github-actions-models/Cargo.toml b/crates/github-actions-models/Cargo.toml index 1c25735d..dbe7611a 100644 --- a/crates/github-actions-models/Cargo.toml +++ b/crates/github-actions-models/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "github-actions-models" -version = "0.41.0" +version = "0.42.0" description = "Unofficial, high-quality data models for GitHub Actions workflows, actions, and related components" repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/github-actions-models" keywords = ["github", "ci"]