File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ The Renovate version to use.
216
216
If omitted the action will use the `latest` Docker tag.
217
217
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
218
218
219
- This sample will use `ghcr.io/renovatebot/renovate:38.52.3 ` image.
219
+ This sample will use `ghcr.io/renovatebot/renovate:38.61.1 ` image.
220
220
221
221
` ` ` yml
222
222
....
@@ -229,7 +229,7 @@ jobs:
229
229
- name: Self-hosted Renovate
230
230
uses: renovatebot/github-action@v40.2.7
231
231
with:
232
- renovate-version: 38.52.3
232
+ renovate-version: 38.61.1
233
233
token: ${{ secrets.RENOVATE_TOKEN }}
234
234
` ` `
235
235
@@ -508,7 +508,7 @@ jobs:
508
508
with:
509
509
configurationFile: renovate.json5
510
510
token: ${{ secrets.RENOVATE_TOKEN }}
511
- renovate-version: 38.52.3
511
+ renovate-version: 38.61.1
512
512
env:
513
513
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
514
514
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
You can’t perform that action at this time.
0 commit comments