Skip to content

Commit

Permalink
Merge pull request #627 from the-hideout/dependabot/github_actions/Gr…
Browse files Browse the repository at this point in the history
…antBirki/json-yaml-validate-2.3.0

Bump GrantBirki/json-yaml-validate from 2.0.0 to 2.3.0
  • Loading branch information
GrantBirki authored Aug 16, 2023
2 parents 6ad7b97 + ff7ac59 commit cf8e7f9
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@v2.0.0
uses: GrantBirki/json-yaml-validate@v2.3.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@v2.0.0
uses: GrantBirki/json-yaml-validate@v2.3.0

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

0 comments on commit cf8e7f9

Please sign in to comment.