File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ The Renovate version to use.
222
222
If omitted the action will use the [`default version`](./action.yml#L28) Docker tag.
223
223
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
224
224
225
- This sample will use `ghcr.io/renovatebot/renovate:41.1.4 ` image.
225
+ This sample will use `ghcr.io/renovatebot/renovate:41.17.2 ` image.
226
226
227
227
` ` ` yml
228
228
....
@@ -235,7 +235,7 @@ jobs:
235
235
- name: Self-hosted Renovate
236
236
uses: renovatebot/[email protected]
237
237
with:
238
- renovate-version: 41.1.4
238
+ renovate-version: 41.17.2
239
239
token: ${{ secrets.RENOVATE_TOKEN }}
240
240
` ` `
241
241
@@ -516,7 +516,7 @@ jobs:
516
516
with:
517
517
configurationFile: renovate.json5
518
518
token: ${{ secrets.RENOVATE_TOKEN }}
519
- renovate-version: 41.1.4
519
+ renovate-version: 41.17.2
520
520
env:
521
521
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
522
522
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
You can’t perform that action at this time.
0 commit comments