diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index 5c965e513c..ab9e16e236 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -51,7 +51,7 @@ jobs: private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Renovate - uses: renovatebot/github-action@v34.92.0 + uses: renovatebot/github-action@v34.92.1 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "x-access-token:${{ steps.generate-token.outputs.token }}"