From e43f25d0c81f86713aefdac8e1352d1adc13089e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:32:14 +0200 Subject: [PATCH] chore(deps): bump thiagodnf/yaml-schema-checker from 0.0.8 to 0.0.10 (#11508) Bumps [thiagodnf/yaml-schema-checker](https://github.com/thiagodnf/yaml-schema-checker) from 0.0.8 to 0.0.10. - [Release notes](https://github.com/thiagodnf/yaml-schema-checker/releases) - [Commits](https://github.com/thiagodnf/yaml-schema-checker/compare/228a5be72029114e3cd6301e0aaeef6b557fa033...58b96413951ebe86a396275c48620b8435439694) --- updated-dependencies: - dependency-name: thiagodnf/yaml-schema-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index 0fcd8ed8a967..42cb4e17d370 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v3 - name: Validate changelogs - uses: thiagodnf/yaml-schema-checker@228a5be72029114e3cd6301e0aaeef6b557fa033 # v0.0.8 + uses: thiagodnf/yaml-schema-checker@58b96413951ebe86a396275c48620b8435439694 # v0.0.10 with: jsonSchemaFile: CHANGELOG/schema.json yamlFiles: |