From ffd594912540375ac8c7e8e06794571f57e4b61e Mon Sep 17 00:00:00 2001 From: rhysd Date: Sat, 28 Dec 2024 20:42:56 +0900 Subject: [PATCH] update popular actions data set to the latest --- popular_actions.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/popular_actions.go b/popular_actions.go index 5bfbcb1ca..5169f2169 100644 --- a/popular_actions.go +++ b/popular_actions.go @@ -182,12 +182,14 @@ var PopularActions = map[string]*ActionMetadata{ Name: "Rust Cache", Inputs: ActionMetadataInputs{ "cache-all-crates": {"cache-all-crates", false}, + "cache-bin": {"cache-bin", false}, "cache-directories": {"cache-directories", false}, "cache-on-failure": {"cache-on-failure", false}, "cache-provider": {"cache-provider", false}, "cache-targets": {"cache-targets", false}, "env-vars": {"env-vars", false}, "key": {"key", false}, + "lookup-only": {"lookup-only", false}, "prefix-key": {"prefix-key", false}, "save-if": {"save-if", false}, "shared-key": {"shared-key", false},