Skip to content

Commit

Permalink
Bump dsanders11/json-schema-validate-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [dsanders11/json-schema-validate-action](https://github.com/dsanders11/json-schema-validate-action) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/dsanders11/json-schema-validate-action/releases)
- [Changelog](https://github.com/dsanders11/json-schema-validate-action/blob/main/.releaserc.json)
- [Commits](dsanders11/json-schema-validate-action@v1.1.2...v1.2.0)

---
updated-dependencies:
- dependency-name: dsanders11/json-schema-validate-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 9619902 commit cb8f013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-action-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
.github/workflows/**.yaml
- name: Validate workflows
if: steps.check-for-changed-workflows.outputs.any_changed == 'true'
uses: dsanders11/json-schema-validate-action@v1.1.2
uses: dsanders11/json-schema-validate-action@v1.2.0
with:
schema: https://json.schemastore.org/github-workflow.json
files: .github/workflows/**.yaml

0 comments on commit cb8f013

Please sign in to comment.