From 4297e6c06f6314a6a961a0f367664274c6c7810f Mon Sep 17 00:00:00 2001 From: naoki-bot <117869532+naoki-bot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:11:33 +0000 Subject: [PATCH] :arrow_up: feat(github-action): Update renovatebot/github-action action to v34.92.0 | datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | renovatebot/github-action | v34.90.0 | v34.92.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 4a0ba12d4c..d9e76927bf 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.90.0 + uses: renovatebot/github-action@v34.92.0 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"