fix(github-action): update renovatebot/github-action action to v41.0.3

This commit is contained in:
tinfoild[bot]
2024-11-16 19:05:23 +00:00
committed by GitHub
parent 2b70120223
commit d5a577c85a

View File

@@ -69,6 +69,6 @@ jobs:
if [[ ! -z "${{ github.event.inputs.managers }}" ]]; then echo "RENOVATE_ENABLED_MANAGERS=${{ github.event.inputs.managers }}" >> "${GITHUB_ENV}"; fi
- name: Renovate
uses: renovatebot/github-action@67a664fc9b4481b33a3eff6ee9edfb7a7b9dfa1e # v41.0.2
uses: renovatebot/github-action@e02bf7b1c996027e55e910400653576a8293246c # v41.0.3
with:
token: "${{ steps.oauth-token.outputs.token }}"