From 455c039641c4138bac355d52c181b19e54f0a571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 09:57:19 +0000 Subject: [PATCH] :arrow_up: feat(github-action): Update renovatebot/github-action action to v32.159.0 --- .github/workflows/schedule-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index 165db5b9ce..c148f5473f 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -43,7 +43,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV" - name: Renovate - uses: renovatebot/github-action@v32.156.1 + uses: renovatebot/github-action@v32.159.0 with: configurationFile: .github/renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }}