diff --git a/README.md b/README.md
index 9276408..b5138b8 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,8 @@ Add the following step to your workflow configuration:
 
 ```yml
 steps:
-  - uses: hadolint/hadolint-action@v1.4.0
+  - uses: actions/checkout@v2 
+  - uses: hadolint/hadolint-action@v1.5.0
     with:
       dockerfile: Dockerfile
 ```