From a92a7468e0cf4f59cca53b89dcc6025079a95232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 07:03:56 +0000 Subject: [PATCH] Bump renovatebot/github-action in the all-gh-actions group Bumps the all-gh-actions group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action). Updates `renovatebot/github-action` from 43.0.10 to 43.0.12 - [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/7876d7a812254599d262d62b6b2c2706018258a2...f8af9272cd94a4637c29f60dea8731afd3134473) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 43.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 491548ca..0e62fbc9 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -50,7 +50,7 @@ jobs: go-version: ${{ steps.go-version.outputs.result }} - name: Self-hosted Renovate - uses: renovatebot/github-action@7876d7a812254599d262d62b6b2c2706018258a2 # v43.0.10 + uses: renovatebot/github-action@f8af9272cd94a4637c29f60dea8731afd3134473 # v43.0.12 with: configurationFile: .github/renovate.json5 token: ${{ steps.octo-sts.outputs.token }}