From c99ba55c5545e691572d1427708310386632cc1e Mon Sep 17 00:00:00 2001 From: "private-renovatebot[bot]" <90003754+private-renovatebot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:42:56 +0000 Subject: [PATCH] Update renovatebot/github-action action to v41.0.5 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 108d336..d59d65f 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@v41.0.4 + uses: renovatebot/github-action@v41.0.5 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@v41.0.4 + uses: renovatebot/github-action@v41.0.5 if: ${{ github.ref == 'refs/heads/main' }} with: configurationFile: .github/renovate.json