From 77579922e14b1b56f04500085c55928a5c8cbaaf Mon Sep 17 00:00:00 2001 From: Charles Tison Date: Wed, 27 Nov 2024 07:02:58 +0100 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v41.0.4 (#457) Co-authored-by: Renovate Bot --- .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 ba3d10d..bc83332 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@e02bf7b1c996027e55e910400653576a8293246c # v41.0.3 + - uses: renovatebot/github-action@757597d1bb6993c6406e207997a85f2b20ff39be # v41.0.4 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}