From 70a43a1eddf3d3cfc37c31bad354349ee2abe3ea Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 18:23:38 +0000 Subject: [PATCH] feat(github-action): update renovatebot/github-action action to v32.182.1 | datasource | package | from | to | | ----------- | ------------------------- | --------- | --------- | | github-tags | renovatebot/github-action | v32.181.0 | v32.182.1 | --- .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 3e03970d0..cae20ba7f 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -44,7 +44,7 @@ jobs: echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@v32.181.0 + uses: renovatebot/github-action@v32.182.1 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "x-access-token:${{ steps.generate-token.outputs.token }}"