From b9b1ba57820a011e68d6033da149be212a444639 Mon Sep 17 00:00:00 2001
From: "playground-manager[bot]"
 <126197455+playground-manager[bot]@users.noreply.github.com>
Date: Mon, 11 Nov 2024 01:00:13 +0100
Subject: [PATCH] chore(deps): update renovatebot/github-action action to v41
 (#1314)

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <1892070+ashdavies@users.noreply.github.com>
---
 .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 9ee3d9f95..c31a47173 100644
--- a/.github/workflows/renovate.yml
+++ b/.github/workflows/renovate.yml
@@ -29,7 +29,7 @@ jobs:
           private_key: ${{ secrets.PRIVATE_KEY }}
           app_id: ${{ secrets.APP_ID }}
 
-      - uses: renovatebot/github-action@v40.3.2
+      - uses: renovatebot/github-action@v41.0.2
         with:
           configurationFile: .github/renovate.json
           token: ${{ steps.generate_token.outputs.token }}