From 83b3de1e17b6142475e2db4b6f3b77541cc28902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Fri, 25 Mar 2022 10:31:04 +0100 Subject: [PATCH] fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f6b00..84b3c0b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the following step to your workflow configuration: ```yml steps: - uses: actions/checkout@v2 - - uses: hadolint/hadolint-action@v1.6.0 + - uses: hadolint/hadolint-action@v2.0.0 with: dockerfile: Dockerfile ```