From e17da85a7bfd912813bb38a12a93913ef9720914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 03:06:00 +0000 Subject: [PATCH] chore(deps): bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action) and [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate). Updates `renovatebot/github-action` from 43.0.16 to 43.0.17 - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v43.0.16...v43.0.17) Updates `GrantBirki/json-yaml-validate` from 3.3.1 to 4.0.0 - [Release notes](https://github.com/grantbirki/json-yaml-validate/releases) - [Commits](https://github.com/grantbirki/json-yaml-validate/compare/v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 43.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: GrantBirki/json-yaml-validate dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-update.yaml | 2 +- .github/workflows/json-yaml-validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-update.yaml b/.github/workflows/dependency-update.yaml index a03cb284f7..7f676e8cb7 100644 --- a/.github/workflows/dependency-update.yaml +++ b/.github/workflows/dependency-update.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5.0.0 # https://github.com/renovatebot/github-action - name: self-hosted renovate - uses: renovatebot/github-action@v43.0.16 + uses: renovatebot/github-action@v43.0.18 with: # https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/json-yaml-validate.yml b/.github/workflows/json-yaml-validate.yml index e4c53b9e61..4943fc1660 100644 --- a/.github/workflows/json-yaml-validate.yml +++ b/.github/workflows/json-yaml-validate.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: json-yaml-validate - uses: GrantBirki/json-yaml-validate@v3.3.1 + uses: GrantBirki/json-yaml-validate@v4.0.0 with: # ref: https://github.com/GrantBirki/json-yaml-validate?tab=readme-ov-file#inputs- comment: "true" # enable comment mode