We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af93902 commit 67518e4Copy full SHA for 67518e4
1 file changed
README.md
@@ -19,8 +19,8 @@ jobs:
19
yaml-schema-validation:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v2
23
- - uses: nrkno/yaml-schema-validator-github-action@v4
+ - uses: actions/checkout
+ - uses: nrkno/yaml-schema-validator-github-action@v5
24
with:
25
schema: schemas/schema.yaml
26
target: target.yaml
0 commit comments