diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index d8b20225a..87150a8b8 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -64,7 +64,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.WORKFLOW_RENOVATE_LOG_LEVEL }}" >> $GITHUB_ENV - name: Renovate - uses: renovatebot/github-action@v40.0.2 + uses: renovatebot/github-action@v40.0.3 with: configurationFile: "${{ env.RENOVATE_ONBOARDING_CONFIG_FILE_NAME }}" token: "${{ steps.app-token.outputs.token }}"