docs: update references to renovatebot/github-action to v41.0.18 · renovatebot/github-action@0eee01a
@@ -100,7 +100,7 @@ jobs:
100100 - name: Checkout
101101uses: actions/checkout@v4.2.2
102102 - name: Self-hosted Renovate
103-uses: renovatebot/github-action@v41.0.17
103+uses: renovatebot/github-action@v41.0.18
104104with:
105105docker-cmd-file: .github/renovate-entrypoint.sh
106106docker-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@v41.0.17
146+ uses: renovatebot/github-action@v41.0.18
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@v41.0.17
197+ uses: renovatebot/github-action@v41.0.18
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@v41.0.17
214+ uses: renovatebot/github-action@v41.0.18
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@v41.0.17
236+ uses: renovatebot/github-action@v41.0.18
237237 with:
238238 renovate-version: 39.222.1
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@v41.0.17
253+ uses: renovatebot/github-action@v41.0.18
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@v41.0.17
288+ uses: renovatebot/github-action@v41.0.18
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@v41.0.17
301+ uses: renovatebot/github-action@v41.0.18
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
346346347347 - name: Self-hosted Renovate
348- uses: renovatebot/github-action@v41.0.17
348+ uses: renovatebot/github-action@v41.0.18
349349 with:
350350 configurationFile: example/renovate-config.js
351351 token: '${{ steps.get_token.outputs.token }}'
@@ -360,7 +360,7 @@ For example:
360360361361```yaml
362362- name: Self-hosted Renovate
363- uses: renovatebot/github-action@v41.0.17
363+ uses: renovatebot/github-action@v41.0.18
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@v41.0.17
387+ uses: renovatebot/github-action@v41.0.18
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@v41.0.17
424+ uses: renovatebot/github-action@v41.0.18
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
514514515- - uses: renovatebot/github-action@v41.0.17
515+ - uses: renovatebot/github-action@v41.0.18
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
550550551551```yml
552552- name: Self-hosted Renovate
553-uses: renovatebot/github-action@v41.0.17
553+uses: renovatebot/github-action@v41.0.18
554554with:
555555configurationFile: example/renovate-config.js
556556token: ${{ secrets.RENOVATE_TOKEN }}