diff --git a/README.md b/README.md index 1c54d5c1..ba3fa33e 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.82.0 + uses: renovatebot/github-action@v36.0.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -165,7 +165,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.82.0 + uses: renovatebot/github-action@v36.0.0 with: configurationFile: example/renovate-config.js token: '${{ steps.get_token.outputs.token }}' @@ -188,7 +188,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.82.0 + uses: renovatebot/github-action@v36.0.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -225,7 +225,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.3.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.82.0 + uses: renovatebot/github-action@v36.0.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -243,7 +243,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v34.82.0 + uses: renovatebot/github-action@v36.0.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}