Skip to content

Commit c35283c

Browse files
Bump dsanders11/json-schema-validate-action in /.github/workflows (#352)
Bumps [dsanders11/json-schema-validate-action](https://github.com/dsanders11/json-schema-validate-action) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/dsanders11/json-schema-validate-action/releases) - [Commits](dsanders11/json-schema-validate-action@v1.4.0...v2.0.0) --- updated-dependencies: - dependency-name: dsanders11/json-schema-validate-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22aa71b commit c35283c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-action-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
.github/workflows/**.yaml
2828
- name: Validate workflows
2929
if: steps.check-for-changed-workflows.outputs.any_changed == 'true'
30-
uses: dsanders11/json-schema-validate-action@v1.4.0
30+
uses: dsanders11/json-schema-validate-action@v2.0.0
3131
with:
3232
schema: https://json.schemastore.org/github-workflow.json
3333
files: .github/workflows/**.yaml

0 commit comments

Comments
 (0)