From 868e4e278339d4c7258aeac0388b10b1289fac12 Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:13:58 +0000 Subject: [PATCH] fix(github-action): update renovatebot/github-action action to v41.0.4 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index bea47461f..46d813696 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -50,7 +50,7 @@ jobs: echo "RENOVATE_DRY_RUN=${{ github.event.inputs.dryRun || env.RENOVATE_DRY_RUN }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@v41.0.3 + uses: renovatebot/github-action@v41.0.4 with: renovate-image: "ghcr.io/renovatebot/renovate" renovate-version: "latest"