From 7e15fc585132f6ca74b58a9c9c049219d8987534 Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:35:13 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v43 Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- .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 a9bda4a..4d4d820 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -45,7 +45,7 @@ jobs: echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Run Renovate - uses: renovatebot/github-action@v41.0.22 + uses: renovatebot/github-action@v43.0.18 with: configurationFile: .github/renovate-ci.json5 token: "x-access-token:${{ steps.generate-token.outputs.token }}"