Skip to content

Commit 9ad7515

Browse files
committed
fix(github-action): update renovatebot/github-action action to v32.169.1
| datasource | package | from | to | | ----------- | ------------------------- | --------- | --------- | | github-tags | renovatebot/github-action | v32.169.0 | v32.169.1 |
1 parent f1cdabc commit 9ad7515

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/[email protected].0
47+
uses: renovatebot/[email protected].1
4848
with:
4949
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
5050
token: "x-access-token:${{ steps.generate-token.outputs.token }}"

0 commit comments

Comments
 (0)