From 1d540ef9098b1a6191f402484124749ea538fa38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:14:06 +0000 Subject: [PATCH] Update renovatebot/github-action action to v41 --- .github/workflows/renovate-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-test.yml b/.github/workflows/renovate-test.yml index 41b000f..0801066 100644 --- a/.github/workflows/renovate-test.yml +++ b/.github/workflows/renovate-test.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Renovate Dry Run - uses: renovatebot/github-action@v39.1.4 + uses: renovatebot/github-action@v41.0.9 with: token: ${{ secrets.GITHUB_TOKEN }} env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|LOG_FORMAT)$"