diff --git a/README.md b/README.md index 3cf6a4c..7d6fd9a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,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 ```