From cf952f27df3b5296eb25e44d68704c45089636d1 Mon Sep 17 00:00:00 2001
From: Charles Tison <ctison@pm.me>
Date: Sun, 13 Oct 2024 08:05:29 +0200
Subject: [PATCH] chore(deps): update renovatebot/github-action action to
 v40.3.3 (#190)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
---
 .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 daea803..68acf25 100644
--- a/.github/workflows/renovate.yaml
+++ b/.github/workflows/renovate.yaml
@@ -17,7 +17,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
-      - uses: renovatebot/github-action@b9486682a19fe4ea2dd1263c11b4e0c1fe1838fe # v40.3.2
+      - uses: renovatebot/github-action@7743ec9e19ceeb61a3862c5d4131e6710195af11 # v40.3.3
         with:
           configurationFile: .github/renovate.json
           token: ${{ secrets.RENOVATE_TOKEN }}