Skip to content

Commit 9912bcb

Browse files
docs: update references to ghcr.io/renovatebot/renovate to v37.342.1
| datasource | package | from | to | | ---------- | ---------------------------- | -------- | -------- | | docker | ghcr.io/renovatebot/renovate | 37.326.3 | 37.342.1 |
1 parent ded0be5 commit 9912bcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The Renovate version to use.
208208
If omitted the action will use the `latest` Docker tag.
209209
Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
210210

211-
This sample will use `ghcr.io/renovatebot/renovate:37.326.3` image.
211+
This sample will use `ghcr.io/renovatebot/renovate:37.342.1` image.
212212

213213
```yml
214214
....
@@ -221,7 +221,7 @@ jobs:
221221
- name: Self-hosted Renovate
222222
uses: renovatebot/[email protected]
223223
with:
224-
renovate-version: 37.326.3
224+
renovate-version: 37.342.1
225225
token: ${{ secrets.RENOVATE_TOKEN }}
226226
```
227227

@@ -484,7 +484,7 @@ jobs:
484484
with:
485485
configurationFile: renovate.json5
486486
token: ${{ secrets.RENOVATE_TOKEN }}
487-
renovate-version: 37.326.3
487+
renovate-version: 37.342.1
488488
env:
489489
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
490490
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}

0 commit comments

Comments
 (0)