diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 8d99d5c23..5dd03069a 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -59,7 +59,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.WORKFLOW_RENOVATE_LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@c21017a4a2fc9f42953bcc907e375a5a544557ec # v41.0.18 + uses: renovatebot/github-action@df489653e39e161d9570cb30c90674f697e16742 # v41.0.19 with: configurationFile: "${{ env.RENOVATE_ONBOARDING_CONFIG_FILE_NAME }}" token: "${{ steps.app-token.outputs.token }}"