diff --git a/README.md b/README.md index ffbaffef37..5f3cdd808d 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: renovate-image: myproxyhub.domain.com/renovate/renovate token: ${{ secrets.RENOVATE_TOKEN }} @@ -125,7 +125,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: token: ${{ secrets.RENOVATE_TOKEN }} ``` @@ -147,7 +147,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: renovate-version: 36.52.2 token: ${{ secrets.RENOVATE_TOKEN }} @@ -164,7 +164,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: renovate-version: full token: ${{ secrets.RENOVATE_TOKEN }} @@ -196,7 +196,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -209,7 +209,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have ```yml .... - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -252,7 +252,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: '${{ steps.get_token.outputs.token }}' @@ -275,7 +275,7 @@ For example if you wish to pass through some credentials for a [host rule](https - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -312,7 +312,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -403,7 +403,7 @@ jobs: sudo chown -R runneradmin:root /tmp/renovate/ ls -R $cache_dir - - uses: renovatebot/github-action@v39.0.3 + - uses: renovatebot/github-action@v39.0.5 with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }} @@ -441,7 +441,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.3 + uses: renovatebot/github-action@v39.0.5 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}