Skip to content

Commit 4d3c75e

Browse files
committed
feat(github-action)!: Update renovatebot/github-action action to v46.1.0
| datasource | package | from | to | | ----------- | ------------------------- | ---------- | ------- | | github-tags | renovatebot/github-action | v32.241.11 | v46.1.0 |
1 parent b16119e commit 4d3c75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v46.1.0
4848
with:
4949
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
5050
token: "x-access-token:${{ steps.generate-token.outputs.token }}"

0 commit comments

Comments
 (0)