From cb8e45ca29e4d10c6d354dd5949d1ee3b4079a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:25:01 +0800 Subject: [PATCH] Bump thiagodnf/yaml-schema-checker in /.github/workflows (#243) Bumps [thiagodnf/yaml-schema-checker](https://github.com/thiagodnf/yaml-schema-checker) from 0.0.10 to 0.0.12. - [Release notes](https://github.com/thiagodnf/yaml-schema-checker/releases) - [Commits](https://github.com/thiagodnf/yaml-schema-checker/compare/v0.0.10...v0.0.12) --- 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/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6aa0103..0d1901d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -199,7 +199,7 @@ jobs: fetch-depth: "3" repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} - - uses: thiagodnf/yaml-schema-checker@v0.0.10 + - uses: thiagodnf/yaml-schema-checker@v0.0.12 name: Check Issue Template with: jsonSchemaFile: .github/ISSUE_TEMPLATE/schema.json