From 811b5394dcad4b39bd795e3dd9d3fa6927ae65d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Feb 2022 01:00:21 +0000 Subject: [PATCH] docs: update references to renovatebot/github-action to v31.81.2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bfba4ef..113e80e8 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@v31.68.0 + uses: renovatebot/github-action@v31.81.2 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v2.0.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@v31.68.0 + uses: renovatebot/github-action@v31.81.2 with: configurationFile: example/renovate-config.js token: 'x-access-token:${{ steps.get_token.outputs.app_token }}' @@ -139,7 +139,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th ```yml - name: Self-hosted Renovate - uses: renovatebot/github-action@v31.68.0 + uses: renovatebot/github-action@v31.81.2 with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }}