From f62984aa0f35749b942f1d60c1b9256ddd9b3fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Fri, 10 Nov 2023 18:14:03 +0100 Subject: [PATCH] Update renovatebot GitHub action (#138) --- .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 a0df6265..cd89517c 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.0 + uses: renovatebot/github-action@v39.1.1 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}