From 049c09018c597994b95c3d1a6f27ff70d8c52381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:26:20 +0000 Subject: [PATCH] Bump GrantBirki/json-yaml-validate in the github-actions group Bumps the github-actions group with 1 update: [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate). Updates `GrantBirki/json-yaml-validate` from 3.3.0 to 3.3.2 - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](https://github.com/grantbirki/json-yaml-validate/compare/947ae8ac60c83cf78e4e00b3170ff8bee61f5248...250fa0dc7d7f4a888b24dc2a6b2ff589753fba70) --- updated-dependencies: - dependency-name: GrantBirki/json-yaml-validate dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/actions-config-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-config-validation.yml b/.github/workflows/actions-config-validation.yml index b39a973..91587ae 100644 --- a/.github/workflows/actions-config-validation.yml +++ b/.github/workflows/actions-config-validation.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: actions-config-validation - uses: GrantBirki/json-yaml-validate@947ae8ac60c83cf78e4e00b3170ff8bee61f5248 # pin@v3.3.0 + uses: GrantBirki/json-yaml-validate@250fa0dc7d7f4a888b24dc2a6b2ff589753fba70 # pin@v3.3.2 with: comment: "true" # enable comment mode yaml_schema: "__tests__/schemas/action.schema.yml"