Skip to content

Commit

Permalink
Bump GrantBirki/json-yaml-validate from 1.5.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases)
- [Commits](GrantBirki/json-yaml-validate@v1.5.0...v2.0.0)

---
updated-dependencies:
- dependency-name: GrantBirki/json-yaml-validate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent d64af2b commit 1afee11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# check to ensure all JSON files are valid in the repository
- name: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v1.5.0
uses: GrantBirki/json-yaml-validate@v2.0.0
with:
comment: "true"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# check to ensure all JSON files are valid in the repository
- name: json-yaml-validate
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
uses: GrantBirki/json-yaml-validate@v1.5.0
uses: GrantBirki/json-yaml-validate@v2.0.0

- uses: actions/[email protected]
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
Expand Down

0 comments on commit 1afee11

Please sign in to comment.