fix example

This commit is contained in:
José Lorenzo Rodríguez 2021-04-15 13:44:25 +02:00 committed by GitHub
parent 473e36ba30
commit 136c22c8f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Add the following step to your workflow configuration:
```yml ```yml
steps: steps:
- uses: hadolint/hadolint-action@v1.3.1 - uses: hadolint/hadolint-action@v1.4.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
``` ```