From bb183f6dfb0029e3a33079b9eebef7ca2dd790e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Nov 2025 00:10:49 +0000 Subject: [PATCH] ci(dependencies): Update renovatebot/github-action action to v43.0.20 --- .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 868cf76..666b050 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: "Check out repository" uses: "actions/checkout@v4.2.2" - name: "Run Renovate" - uses: "renovatebot/github-action@v43.0.6" + uses: "renovatebot/github-action@v43.0.20" with: configurationFile: "./renovate-config.js" token: "${{ secrets.RENOVATE_BOT_TOKEN }}"