From 4c6ce5ddf542a66978ab6f8f28c7df94b681c2d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:38:36 +0000 Subject: [PATCH] Update renovatebot/github-action action to v40 --- .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..29c2b3c 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@v40.1.1 with: token: ${{ secrets.GITHUB_TOKEN }} env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|LOG_FORMAT)$"