update example usage in readme

This commit is contained in:
Jennifer Cwagenberg
2023-01-14 14:59:41 -06:00
committed by GitHub
parent 4b5806eb9c
commit 676012c475
+2 -2
View File
@@ -14,8 +14,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
```