From fb456f8bbef910f24f46d0c6fe858b940be9609a Mon Sep 17 00:00:00 2001 From: Ash Davies <1892070+ashdavies@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:41:13 +0100 Subject: [PATCH] Update renovatebot/github-action to version v39.1.1 (#633) Update the GitHub Action for renovatebot to the latest version v39.1.1. This update includes bug fixes and improvements. --- .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 1b3ae28da..bdb5fa014 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -34,7 +34,7 @@ jobs: private_key: ${{ secrets.PRIVATE_KEY }} app_id: ${{ secrets.APP_ID }} - - uses: renovatebot/github-action@v35.2.0 + - uses: renovatebot/github-action@v39.1.1 env: LOG_LEVEL: ${{ inputs.logLevel || 'INFO' }} with: