From dd23188c24a39e3ee33455c0ac3cf58a24b170c1 Mon Sep 17 00:00:00 2001 From: "private-renovatebot[bot]" <90003754+private-renovatebot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:09:39 +0000 Subject: [PATCH] Update renovatebot/github-action action to v40.2.4 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 3318970..f7ee895 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@v40.1.11 + uses: renovatebot/github-action@v40.2.4 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@v40.1.11 + uses: renovatebot/github-action@v40.2.4 if: ${{ github.ref == 'refs/heads/main' }} with: configurationFile: .github/renovate.json