From 4f94fbe7e03939b0e674bcc9ca609a16088f63ff Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 30 Jan 2025 11:17:02 -0800 Subject: [PATCH 1/5] toolchain: nightly --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5281d42..85577e6 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,8 @@ branding: inputs: toolchain: description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification - required: true + required: false + default: nightly targets: description: Comma-separated list of target triples to install for this toolchain required: false From 286e62bc09a208a1043ccfa2ec59de7897f16256 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 30 Jan 2025 11:17:02 -0800 Subject: [PATCH 2/5] components: clippy --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 85577e6..c73bfe0 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,7 @@ inputs: components: description: Comma-separated list of components to be additionally installed required: false + default: clippy outputs: cachekey: From 888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 14 Mar 2025 20:08:14 -0700 Subject: [PATCH 3/5] Predefine branches up to 1.100 --- scripts/update-revs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-revs.sh b/scripts/update-revs.sh index 462b223..84693a3 100755 --- a/scripts/update-revs.sh +++ b/scripts/update-revs.sh @@ -15,7 +15,7 @@ patch_releases=( ) releases() { - printf "%s\n" 1.{0..90}.0 ${patch_releases[@]} | sort -V + printf "%s\n" 1.{0..100}.0 ${patch_releases[@]} | sort -V } base=$(git rev-parse HEAD) From 79d8e914954bdaf946a5d34b5db83330e83f95dd Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 14 Mar 2025 20:08:52 -0700 Subject: [PATCH 4/5] toolchain: nightly --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5281d42..85577e6 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,8 @@ branding: inputs: toolchain: description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification - required: true + required: false + default: nightly targets: description: Comma-separated list of target triples to install for this toolchain required: false From 3c36a1f08bb8a00e73c8184c8b5321ef51c0dd28 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 14 Mar 2025 20:08:52 -0700 Subject: [PATCH 5/5] components: clippy --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 85577e6..c73bfe0 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,7 @@ inputs: components: description: Comma-separated list of components to be additionally installed required: false + default: clippy outputs: cachekey: