From d65eae5cdc3ade73df152d87f078b5efc6864a12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:39:19 +0000 Subject: [PATCH] docs: update references to renovatebot/github-action to v34 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e26b199d..62b98446 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.0.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v32.238.4 + uses: renovatebot/github-action@v34.82.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -120,7 +120,7 @@ jobs: uses: actions/checkout@v2.0.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v32.238.4 + uses: renovatebot/github-action@v34.82.0 with: configurationFile: example/renovate-config.js token: 'x-access-token:${{ steps.get_token.outputs.app_token }}' @@ -143,7 +143,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.0.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v32.118.0 + uses: renovatebot/github-action@v34.82.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -174,7 +174,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v32.238.4 + uses: renovatebot/github-action@v34.82.0 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}