Skip to content

Commit c2dfe86

Browse files
fix(ci): use v5.1.0 tag for validator
1 parent 672e89d commit c2dfe86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50-
- uses: nrkno/yaml-schema-validator-github-action@v5
50+
- uses: nrkno/yaml-schema-validator-github-action@v5.1.0
5151
with:
5252
schema: .schemas/${{ matrix.config }}.json
5353
target: ${{ matrix.project }}/${{ matrix.config }}.yaml

0 commit comments

Comments
 (0)