chore(deps): update renovatebot/github-action action to v43

Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com>
This commit is contained in:
leafdbot[bot] 2025-10-24 21:35:13 +00:00 committed by GitHub
parent a5746811a9
commit 7e15fc5851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ jobs:
echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}" echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}"
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}"
- name: Run Renovate - name: Run Renovate
uses: renovatebot/github-action@v41.0.22 uses: renovatebot/github-action@v43.0.18
with: with:
configurationFile: .github/renovate-ci.json5 configurationFile: .github/renovate-ci.json5
token: "x-access-token:${{ steps.generate-token.outputs.token }}" token: "x-access-token:${{ steps.generate-token.outputs.token }}"