From 9abef5eb05a13cce914515575b0176095eab4b32 Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:13:03 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20renovatebot/gith?= =?UTF-8?q?ub-action=20(=20v40.1.10=20=E2=86=92=20v40.1.11=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | renovatebot/github-action | v40.1.10 | v40.1.11 | --- .github/workflows/run-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index cbcd044..e25ea39 100755 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -50,7 +50,7 @@ token: "${{ steps.app-token.outputs.token }}" - name: Renovate - uses: renovatebot/github-action@v40.1.10 + uses: renovatebot/github-action@v40.1.11 env: LOG_LEVEL: ${{ inputs.renovateLogLevel }} RENOVATE_DRY_RUN: ${{ inputs.dryRun }}