Actualize action versions in README example

This commit is contained in:
Sergei Predvoditelev 2026-01-05 14:26:06 +03:00 committed by GitHub
parent 2332a7b74a
commit 6554a67c79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,8 @@ Add the following step to your workflow configuration:
```yml
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
- uses: actions/checkout@v6
- uses: hadolint/hadolint-action@v3.3.0
with:
dockerfile: Dockerfile
```