diff --git a/README.md b/README.md index 5affe47..fd3605a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the following step to your workflow configuration: ```yml steps: - uses: actions/checkout@v2 - - uses: hadolint/hadolint-action@v1.5.0 + - uses: hadolint/hadolint-action@v1.6.0 with: dockerfile: Dockerfile ```