From deb8daa1c53b3cb2121f23b3e8a4b67c5e143d37 Mon Sep 17 00:00:00 2001 From: Yash Shaw Date: Wed, 11 Mar 2026 23:32:00 +0530 Subject: [PATCH] docs: update actions/checkout to v4 in usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ecee3f..306fb07 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the following step to your workflow configuration: ```yml steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: Dockerfile