From 569a605bd252cb867b9b007d183424b88d1cd6e3 Mon Sep 17 00:00:00 2001 From: trap-renovate <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:10:30 +0000 Subject: [PATCH] fix(github-action): update renovatebot/github-action action to v40.1.6 --- .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 180014be5..ed9946aca 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -45,7 +45,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@v40.1.5 + uses: renovatebot/github-action@v40.1.6 with: renovate-image: "ghcr.io/renovatebot/renovate" renovate-version: "latest"