File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010 cancel-in-progress : true
1111
1212env :
13- RENOVATE_VERSION : 43.163.2 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
13+ RENOVATE_VERSION : 43.163.4 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
1414
1515jobs :
1616 prepare :
@@ -133,7 +133,7 @@ jobs:
133133 runs-on : ubuntu-latest
134134 timeout-minutes : 10
135135 container :
136- image : ghcr.io/renovatebot/renovate:43.163.2 @sha256:d0026e738c802eb3d01188170006c1fee9189b979fb19df582bfcfedbeb79511
136+ image : ghcr.io/renovatebot/renovate:43.163.4 @sha256:b9e6514e1b1feeb77a4898ecab9e6623a9c9cb495983e1b0d2646a7e3d4e81ea
137137 # github hosted runners are running as `1001:127` (ubuntu:docker)
138138 options : -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127
139139
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ The Renovate version to use.
222222If omitted the action will use the [`default version`](./action.yml#L28) Docker tag.
223223Check [the available tags on Docker Hub](https://hub.docker.com/r/renovate/renovate/tags).
224224
225- This sample will use `ghcr.io/renovatebot/renovate:43.163.2 ` image.
225+ This sample will use `ghcr.io/renovatebot/renovate:43.163.4 ` image.
226226
227227` ` ` yml
228228....
@@ -235,7 +235,7 @@ jobs:
235235 - name: Self-hosted Renovate
236236 uses: renovatebot/github-action@v46.1.13
237237 with:
238- renovate-version: 43.163.2
238+ renovate-version: 43.163.4
239239 token: ${{ secrets.RENOVATE_TOKEN }}
240240` ` `
241241
@@ -516,7 +516,7 @@ jobs:
516516 with:
517517 configurationFile: renovate.json5
518518 token: ${{ secrets.RENOVATE_TOKEN }}
519- renovate-version: 43.163.2
519+ renovate-version: 43.163.4
520520 env:
521521 # This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
522522 RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
You can’t perform that action at this time.
0 commit comments