docs: update references to renovatebot/github-action to v32.238.4

This commit is contained in:
renovate[bot] 2022-10-17 00:03:56 +00:00 committed by GitHub
parent 83471b120f
commit 4939b036fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.0.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v32.118.0
uses: renovatebot/github-action@v32.238.4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@v2.0.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v32.118.0
uses: renovatebot/github-action@v32.238.4
with:
configurationFile: example/renovate-config.js
token: 'x-access-token:${{ steps.get_token.outputs.app_token }}'
@ -139,7 +139,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml
- name: Self-hosted Renovate
uses: renovatebot/github-action@v32.118.0
uses: renovatebot/github-action@v32.238.4
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}