Skip to content

Commit 7f4941c

Browse files
committed
feat(github-action)!: Update renovatebot/github-action action to v41.0.3
| datasource | package | from | to | | ----------- | ------------------------- | ---------- | ------- | | github-tags | renovatebot/github-action | v32.241.11 | v41.0.3 |
1 parent 7384ee8 commit 7f4941c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schedule-renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}"
4545
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}"
4646
- name: Renovate
47-
uses: renovatebot/github-action@v32.241.11
47+
uses: renovatebot/github-action@v41.0.3
4848
with:
4949
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
5050
token: "x-access-token:${{ steps.generate-token.outputs.token }}"

0 commit comments

Comments
 (0)