From 57e40976e026c43fa403effa33c37ce1b7723d1a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 22 Aug 2025 17:17:02 -0700 Subject: [PATCH] Update example version number to a recent one --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ea5437..5460e42 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ jobs: The selection of Rust toolchain is made based on the particular @rev of this Action being requested. For example "dtolnay/rust-toolchain@nightly" pulls in -the nightly Rust toolchain, while "dtolnay/rust-toolchain@1.42.0" pulls in -1.42.0. +the nightly Rust toolchain, while "dtolnay/rust-toolchain@1.89.0" pulls in +1.89.0.
@@ -40,7 +40,7 @@ All inputs are optional. toolchain - Rustup toolchain specifier e.g. stable, nightly, 1.42.0, nightly-2022-01-01. + Rustup toolchain specifier e.g. stable, nightly, 1.89.0, nightly-2025-01-01. Important: the default is to match the @rev as described above. When passing an explicit toolchain as an input instead of @rev, you'll want to use "dtolnay/rust-toolchain@master" as the revision of the action. @@ -66,7 +66,7 @@ All inputs are optional. cachekey - A short hash of the installed rustc version, appropriate for use as a cache key. "20220627a831" + A short hash of the installed rustc version, appropriate for use as a cache key. "20250627a831" name