From d8b5a31409feb85d361e7b02aa4aa2d2a09d4837 Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:09:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20renovatebot/gith?= =?UTF-8?q?ub-action=20(=20v40.2.5=20=E2=86=92=20v40.2.6=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.2.5 | v40.2.6 | --- .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 8edb731..e6a2589 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -60,7 +60,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@0c94129d48b4e92addf23686b8a735b3057a0448 # v40.2.5 + uses: renovatebot/github-action@b266b24b144602ed4f512f0773009d026722f4cc # v40.2.6 with: configurationFile: .github/renovate.json5 token: "${{ steps.app-token.outputs.token }}"