diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index 73a78a1309..3cc1a37a30 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.107.2 + uses: renovatebot/github-action@v32.108.0 with: configurationFile: .github/renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }}