docs: update references to renovatebot/github-action to v29

This commit is contained in:
Renovate Bot 2021-11-29 00:38:20 +00:00
parent 6ab9a07d7a
commit b8384adf76
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -76,7 +76,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.0.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v27.31.10
uses: renovatebot/github-action@v29.27.0
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@v27.31.10
uses: renovatebot/github-action@v29.27.0
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@v27.31.10
uses: renovatebot/github-action@v29.27.0
with:
configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}