From 6cf99cdf656b1809ed33469bba0e757c61c6c9be Mon Sep 17 00:00:00 2001 From: Private Renovatebot <123456+private-renovatebot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 04:09:36 +0000 Subject: [PATCH] Update renovatebot/github-action action to v39.1.1 Signed-off-by: Mike Splain --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 45438a31..ca211b7a 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -38,14 +38,14 @@ jobs: run: jq '.dryRun = "true"' .github/renovate.json > .github/renovate-dry-run.json - name: Renovate - Dry Run - uses: renovatebot/github-action@v39.0.1 + uses: renovatebot/github-action@v39.1.1 if: ${{ github.ref != 'refs/heads/main' }} with: configurationFile: .github/renovate-dry-run.json token: 'x-access-token:${{ steps.generate_token.outputs.token }}' - name: Renovate - uses: renovatebot/github-action@v39.0.1 + uses: renovatebot/github-action@v39.1.1 if: ${{ github.ref == 'refs/heads/main' }} with: configurationFile: .github/renovate.json