From eb7e09918641e0ddd146623942eef4c0343c972f Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Sun, 1 Dec 2024 02:14:41 +0100 Subject: [PATCH] [.github/workflows] Update renovatebot/github-action action to v41.0.5 (#284) 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 ce94128c..86ebcd3d 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.4 + uses: renovatebot/github-action@v41.0.5 with: token: ${{ secrets.RENOVATE_TOKEN }} configurationFile: .github/renovate.json5 diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 5be823ee..6fe52443 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.4 + uses: renovatebot/github-action@v41.0.5 with: token: ${{ secrets.RENOVATE_TOKEN }} configurationFile: .github/renovate.json5