From e1269a7f0c30c204af052bce2f9aa449d002c154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Fri, 17 Feb 2023 09:40:47 +0100 Subject: [PATCH] Use latest version of renovate --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9b31433c..7df501b2 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.82.0 + uses: renovatebot/github-action@v34.143.1 with: configurationFile: solr/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}