From 9e4bddbc584f162382d2a867c7f2da4efda2ad32 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Mar 2026 19:17:18 +0000 Subject: [PATCH] build(github): update renovatebot/github-action to v43.0.20 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0c1b8d61..f73b79ae 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v5.0.0 - name: Run renovate - uses: renovatebot/github-action@v43.0.18 + uses: renovatebot/github-action@v43.0.20 env: LOG_LEVEL: ${{ inputs.logLevel || 'info' }} RENOVATE_DRY_RUN: ${{ inputs.dryRun }}