Skip to content

Commit e624558

Browse files
authored
docs: update version in README examples
1 parent 79b2d95 commit e624558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fi
2929
- name: Validate workflows
3030
if: steps.check-for-changed-workflows.outputs.any_changed == 'true'
31-
uses: dsanders11/json-schema-validate-action@v1.3.0
31+
uses: dsanders11/json-schema-validate-action@v1.4.0
3232
with:
3333
schema: https://json.schemastore.org/github-workflow.json
3434
files: .github/workflows/**.yml
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- name: Validate config with custom errors
50-
uses: dsanders11/json-schema-validate-action@v1.3.0
50+
uses: dsanders11/json-schema-validate-action@v1.4.0
5151
with:
5252
schema: ./config.schema.json
5353
files: ./config/*.yml

0 commit comments

Comments
 (0)