diff --git a/README.md b/README.md index 67f6b00..84b3c0b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the following step to your workflow configuration: ```yml steps: - uses: actions/checkout@v2 - - uses: hadolint/hadolint-action@v1.6.0 + - uses: hadolint/hadolint-action@v2.0.0 with: dockerfile: Dockerfile ```