From 6fb249ca43c5bb9dda99f3b73a6df8b9ef82ec60 Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Fri, 2 Dec 2022 01:21:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20renovatebot/githu?= =?UTF-8?q?b-action=20action=20to=20v34.47.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | renovatebot/github-action | v34.44.0 | v34.47.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 3ad872252..51bca6812 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -46,7 +46,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@v34.44.0 + uses: renovatebot/github-action@v34.47.0 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"