diff --git a/.github/workflows/renovate-test.yml b/.github/workflows/renovate-test.yml index 41b000f..9bdd8e0 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.2.6 with: token: ${{ secrets.GITHUB_TOKEN }} env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|LOG_FORMAT)$"