From 27488eedf2d2ebd4a371f5bfbde24cb518fb6eb1 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Wed, 11 Dec 2024 02:05:34 +0100 Subject: [PATCH] [.github/workflows] Update renovatebot/github-action action to v41.0.6 (#288) Co-authored-by: Renovate Bot --- .github/workflows/comment_actions.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment_actions.yaml b/.github/workflows/comment_actions.yaml index b159f16..0325762 100644 --- a/.github/workflows/comment_actions.yaml +++ b/.github/workflows/comment_actions.yaml @@ -50,7 +50,7 @@ jobs: - name: Self-hosted Renovate if: startsWith(github.event.comment.body, '/renovate') - uses: renovatebot/github-action@v41.0.5 + uses: renovatebot/github-action@v41.0.6 with: token: ${{ secrets.RENOVATE_TOKEN }} configurationFile: .github/renovate.json5 diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 6fe5244..e59d771 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.5 + uses: renovatebot/github-action@v41.0.6 with: token: ${{ secrets.RENOVATE_TOKEN }} configurationFile: .github/renovate.json5