Example uses 3.1.0, too

This commit is contained in:
DracoBlue
2023-02-08 07:12:24 +01:00
committed by GitHub
parent 88c79a349b
commit 7857e0b9ce
+1 -1
View File
@@ -16,7 +16,7 @@ Add the following step to your workflow configuration:
```yml
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.0.0
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
```