From 676012c475c665658957b7e3276552fb129bc112 Mon Sep 17 00:00:00 2001 From: Jennifer Cwagenberg Date: Sat, 14 Jan 2023 14:59:41 -0600 Subject: [PATCH] update example usage in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eabcb78..939f959 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Add the following step to your workflow configuration: ```yml steps: - - uses: actions/checkout@v2 - - uses: hadolint/hadolint-action@v2.1.0 + - uses: actions/checkout@v3 + - uses: hadolint/hadolint-action@v3.0.0 with: dockerfile: Dockerfile ```