From 03ff2f358b4d22af6d85f9c3d4d248280c97eb2c Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Tue, 19 Oct 2021 15:49:02 +0200 Subject: [PATCH] docs: fix example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5affe47..fd3605a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following step to your workflow configuration: ```yml steps: - uses: actions/checkout@v2 - - uses: hadolint/hadolint-action@v1.5.0 + - uses: hadolint/hadolint-action@v1.6.0 with: dockerfile: Dockerfile ```