fix(github-action): update renovatebot/github-action action to v32.241.11

| datasource  | package                   | from       | to         |
| ----------- | ------------------------- | ---------- | ---------- |
| github-tags | renovatebot/github-action | v32.241.10 | v32.241.11 |
This commit is contained in:
chii-bot
2022-10-23 12:38:59 +00:00
parent 5dd0962f01
commit 8315f89306

View File

@@ -44,7 +44,7 @@ jobs:
echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}"
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}"
- name: Renovate
uses: renovatebot/github-action@v32.241.10
uses: renovatebot/github-action@v32.241.11
with:
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
token: "x-access-token:${{ steps.generate-token.outputs.token }}"