From d51839a6b581264c524e3ad9d7377ae4d89ff106 Mon Sep 17 00:00:00 2001 From: Mike Gray Date: Sat, 23 Apr 2022 10:19:23 -0400 Subject: [PATCH] Update usage example "Example to create a comment in a PR" doesn't work with v2.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2e6b74..eabcb78 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@v2.0.0 + - uses: hadolint/hadolint-action@v2.1.0 with: dockerfile: Dockerfile ```