diff --git a/README.md b/README.md
index 8ab2636..ff39473 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ and in combination with the [profiles](#profiles) input it allows to install onl
   uses: actions-rs/toolchain@v1
   with:
     profile: minimal
-    toolchain: nightly
+    toolchain: stable
     components: rustfmt, clippy
 ```