From 7857e0b9ce8c651778ec7a3ea66f1fe8ebea436b Mon Sep 17 00:00:00 2001 From: DracoBlue Date: Wed, 8 Feb 2023 07:12:24 +0100 Subject: [PATCH] Example uses 3.1.0, too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e3809e..32e9803 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following step to your workflow configuration: ```yml steps: - uses: actions/checkout@v3 - - uses: hadolint/hadolint-action@v3.0.0 + - uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: Dockerfile ```