diff --git a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja index 8cdb02e..d411e0d 100644 --- a/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja +++ b/template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/{% if dependency_updater == 'renovate' %}renovate.yaml{% endif %}.jinja @@ -49,7 +49,7 @@ jobs: {% endif %} - name: Run Renovate - uses: renovatebot/github-action@abd08c7549b2a864af5df4a2e369c43f035a6a9d # v46.1.5 + uses: renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b # v46.1.6 with: renovate-version: {% raw %}${{ env.RENOVATE_VERSION }}{% endraw %} {% if renovate_auth_method == 'github_app' %}