From ee5b914df1cf8ee4c5c14153871cfcade459e6ff Mon Sep 17 00:00:00 2001 From: Sergey Nikitin Date: Sat, 25 Sep 2021 17:40:20 +0100 Subject: [PATCH] hint that checkout has to be used first --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a92e9af..4060ac2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ sensible defaults. ## Example usage ```yaml +- uses: actions/checkout@v2 + # selecting a toolchain either by action or manual `rustup` calls should happen # before the plugin, as it uses the current rustc version as its cache key - uses: actions-rs/toolchain@v1