Skip to content

Commit dece3de

Browse files
docs: update references to renovatebot/github-action to v43.0.4
| datasource | package | from | to | | --------------- | ------------------------- | ------- | ------- | | github-releases | renovatebot/github-action | v43.0.3 | v43.0.4 | | github-tags | renovatebot/github-action | v43.0.3 | v43.0.4 |
1 parent 82e5b44 commit dece3de

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Checkout
101101
uses: actions/[email protected]
102102
- name: Self-hosted Renovate
103-
uses: renovatebot/[email protected].3
103+
uses: renovatebot/[email protected].4
104104
with:
105105
docker-cmd-file: .github/renovate-entrypoint.sh
106106
docker-user: root
@@ -143,7 +143,7 @@ jobs:
143143
- name: Checkout
144144
uses: actions/[email protected]
145145
- name: Self-hosted Renovate
146-
uses: renovatebot/[email protected].3
146+
uses: renovatebot/[email protected].4
147147
with:
148148
token: ${{ secrets.RENOVATE_TOKEN }}
149149
docker-volumes: |
@@ -194,7 +194,7 @@ jobs:
194194
- name: Checkout
195195
uses: actions/[email protected]
196196
- name: Self-hosted Renovate
197-
uses: renovatebot/[email protected].3
197+
uses: renovatebot/[email protected].4
198198
with:
199199
renovate-image: myproxyhub.domain.com/renovate/renovate
200200
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -211,7 +211,7 @@ jobs:
211211
- name: Checkout
212212
uses: actions/[email protected]
213213
- name: Self-hosted Renovate
214-
uses: renovatebot/[email protected].3
214+
uses: renovatebot/[email protected].4
215215
with:
216216
token: ${{ secrets.RENOVATE_TOKEN }}
217217
```
@@ -233,7 +233,7 @@ jobs:
233233
- name: Checkout
234234
uses: actions/[email protected]
235235
- name: Self-hosted Renovate
236-
uses: renovatebot/[email protected].3
236+
uses: renovatebot/[email protected].4
237237
with:
238238
renovate-version: 41.40.0
239239
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -250,7 +250,7 @@ jobs:
250250
- name: Checkout
251251
uses: actions/[email protected]
252252
- name: Self-hosted Renovate
253-
uses: renovatebot/[email protected].3
253+
uses: renovatebot/[email protected].4
254254
with:
255255
renovate-version: full
256256
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -285,7 +285,7 @@ jobs:
285285
- name: Checkout
286286
uses: actions/[email protected]
287287
- name: Self-hosted Renovate
288-
uses: renovatebot/[email protected].3
288+
uses: renovatebot/[email protected].4
289289
with:
290290
configurationFile: example/renovate-config.js
291291
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -298,7 +298,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
298298
```yml
299299
....
300300
- name: Self-hosted Renovate
301-
uses: renovatebot/[email protected].3
301+
uses: renovatebot/[email protected].4
302302
with:
303303
configurationFile: example/renovate-config.js
304304
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -345,7 +345,7 @@ jobs:
345345
uses: actions/[email protected]
346346
347347
- name: Self-hosted Renovate
348-
uses: renovatebot/[email protected].3
348+
uses: renovatebot/[email protected].4
349349
with:
350350
configurationFile: example/renovate-config.js
351351
token: '${{ steps.get_token.outputs.token }}'
@@ -360,7 +360,7 @@ For example:
360360

361361
```yaml
362362
- name: Self-hosted Renovate
363-
uses: renovatebot/[email protected].3
363+
uses: renovatebot/[email protected].4
364364
with:
365365
token: '${{ steps.get_token.outputs.token }}'
366366
env:
@@ -384,7 +384,7 @@ For example if you wish to pass through some credentials for a [host rule](https
384384
- name: Checkout
385385
uses: actions/[email protected]
386386
- name: Self-hosted Renovate
387-
uses: renovatebot/[email protected].3
387+
uses: renovatebot/[email protected].4
388388
with:
389389
configurationFile: example/renovate-config.js
390390
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -421,7 +421,7 @@ jobs:
421421
- name: Checkout
422422
uses: actions/[email protected]
423423
- name: Self-hosted Renovate
424-
uses: renovatebot/[email protected].3
424+
uses: renovatebot/[email protected].4
425425
with:
426426
configurationFile: example/renovate-config.js
427427
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -512,7 +512,7 @@ jobs:
512512
sudo chown -R 12021:0 /tmp/renovate/
513513
ls -R $cache_dir
514514
515-
- uses: renovatebot/[email protected].3
515+
- uses: renovatebot/[email protected].4
516516
with:
517517
configurationFile: renovate.json5
518518
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -550,7 +550,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
550550
551551
```yml
552552
- name: Self-hosted Renovate
553-
uses: renovatebot/[email protected].3
553+
uses: renovatebot/[email protected].4
554554
with:
555555
configurationFile: example/renovate-config.js
556556
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)