Merge pull request #69 from CandiedCode/update-readme

This commit is contained in:
José Lorenzo Rodríguez
2023-01-18 16:23:32 +01:00
committed by GitHub
+2 -2
View File
@@ -15,8 +15,8 @@ Add the following step to your workflow configuration:
```yml ```yml
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v2.1.0 - uses: hadolint/hadolint-action@v3.0.0
with: with:
dockerfile: Dockerfile dockerfile: Dockerfile
``` ```