@@ -100,7 +100,7 @@ jobs:
100100 - name : Checkout
101101 uses : actions/checkout@v4.2.2
102102 - name : Self-hosted Renovate
103- uses : renovatebot/github-action@v43.0.8
103+ uses : renovatebot/github-action@v43.0.9
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/checkout@v4.2.2
145145 - name: Self-hosted Renovate
146- uses: renovatebot/github-action@v43.0.8
146+ uses: renovatebot/github-action@v43.0.9
147147 with:
148148 token: ${{ secrets.RENOVATE_TOKEN }}
149149 docker-volumes: |
@@ -194,7 +194,7 @@ jobs:
194194 - name: Checkout
195195 uses: actions/checkout@v4.2.2
196196 - name: Self-hosted Renovate
197- uses: renovatebot/github-action@v43.0.8
197+ uses: renovatebot/github-action@v43.0.9
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/checkout@v4.2.2
213213 - name: Self-hosted Renovate
214- uses: renovatebot/github-action@v43.0.8
214+ uses: renovatebot/github-action@v43.0.9
215215 with:
216216 token: ${{ secrets.RENOVATE_TOKEN }}
217217` ` `
@@ -233,7 +233,7 @@ jobs:
233233 - name: Checkout
234234 uses: actions/checkout@v4.2.2
235235 - name: Self-hosted Renovate
236- uses: renovatebot/github-action@v43.0.8
236+ uses: renovatebot/github-action@v43.0.9
237237 with:
238238 renovate-version: 41.82.10
239239 token: ${{ secrets.RENOVATE_TOKEN }}
@@ -250,7 +250,7 @@ jobs:
250250 - name: Checkout
251251 uses: actions/checkout@v4.2.2
252252 - name: Self-hosted Renovate
253- uses: renovatebot/github-action@v43.0.8
253+ uses: renovatebot/github-action@v43.0.9
254254 with:
255255 renovate-version: full
256256 token: ${{ secrets.RENOVATE_TOKEN }}
@@ -285,7 +285,7 @@ jobs:
285285 - name: Checkout
286286 uses: actions/checkout@v4.2.2
287287 - name: Self-hosted Renovate
288- uses: renovatebot/github-action@v43.0.8
288+ uses: renovatebot/github-action@v43.0.9
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/github-action@v43.0.8
301+ uses: renovatebot/github-action@v43.0.9
302302 with:
303303 configurationFile: example/renovate-config.js
304304 token: ${{ secrets.RENOVATE_TOKEN }}
@@ -345,7 +345,7 @@ jobs:
345345 uses: actions/checkout@v4.2.2
346346
347347 - name: Self-hosted Renovate
348- uses: renovatebot/github-action@v43.0.8
348+ uses: renovatebot/github-action@v43.0.9
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/github-action@v43.0.8
363+ uses: renovatebot/github-action@v43.0.9
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/checkout@v4.2.2
386386 - name: Self-hosted Renovate
387- uses: renovatebot/github-action@v43.0.8
387+ uses: renovatebot/github-action@v43.0.9
388388 with:
389389 configurationFile: example/renovate-config.js
390390 token: ${{ secrets.RENOVATE_TOKEN }}
@@ -421,7 +421,7 @@ jobs:
421421 - name: Checkout
422422 uses: actions/checkout@v4.2.2
423423 - name: Self-hosted Renovate
424- uses: renovatebot/github-action@v43.0.8
424+ uses: renovatebot/github-action@v43.0.9
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/github-action@v43.0.8
515+ - uses: renovatebot/github-action@v43.0.9
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/github-action@v43.0.8
553+ uses : renovatebot/github-action@v43.0.9
554554 with :
555555 configurationFile : example/renovate-config.js
556556 token : ${{ secrets.RENOVATE_TOKEN }}
0 commit comments