From 4401c8f771a64b825b9bae39bc6b4702d82759b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:31:36 +0000 Subject: [PATCH] deps(ci): bump renovatebot/github-action from 40.2.7 to 40.3.4 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.2.7 to 40.3.4. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.2.7...v40.3.4) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 453708f61..d68376732 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -39,7 +39,7 @@ jobs: echo "Enable Renovate dry run" echo "RENOVATE_DRY_RUN=full" >>"${GITHUB_ENV}" - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.2.7 + uses: renovatebot/github-action@v40.3.4 env: LOG_LEVEL: "debug" with: