From 6554a67c79caea702272b5812d03776165f91628 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 5 Jan 2026 14:26:06 +0300 Subject: [PATCH] Actualize action versions in README example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ecee3f..386c21f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Add the following step to your workflow configuration: ```yml steps: - - uses: actions/checkout@v3 - - uses: hadolint/hadolint-action@v3.1.0 + - uses: actions/checkout@v6 + - uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile ```