From f21829029809b1b452117958c0053d8d638e7334 Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Fri, 6 Dec 2024 11:39:02 +0100 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v41 Signed-off-by: Alexander Dahmen --- .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 edcf3b3..15328dc 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.3.4 + uses: renovatebot/github-action@v41.0.0 with: configurationFile: .github/renovate.json token: ${{ secrets.SDK_PR_TOKEN }}