From f8b94f82bd4e31675b56c7b5ae66c6812c91f1ee Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Dec 2023 09:50:57 +0000 Subject: [PATCH] Update renovatebot/github-action action to v39.2.0 --- .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 14c5afd19..01a9993ab 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.1.3 + uses: renovatebot/github-action@v39.2.0 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}