From 3bc6eb0d25c0ec1103b788adc8e3083620776380 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 18 Jan 2025 12:22:59 -0500 Subject: [PATCH] bugfix: bump github-actions-models Fixes #462. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9903be6..a9478f7 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 e92a7b8..d15122a 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"