From 29801bcfd2d43f49791a4d7eeae03a01e89f866d Mon Sep 17 00:00:00 2001 From: "obocaman[bot]" <166250793+obocaman[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:10:46 +0000 Subject: [PATCH] fix(github-action): update renovatebot/github-action action to v40.1.9 --- .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 458d3c6b3..efa8db94d 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -55,7 +55,7 @@ token: "${{ steps.app-token.outputs.token }}" - name: Renovate - uses: renovatebot/github-action@7d358366277001f3316d7fa54ff49a81c0158948 # v40.1.7 + uses: renovatebot/github-action@74811c93da74bf38cb37f41489065619930fba44 # v40.1.9 with: configurationFile: .github/renovate.json5 token: "${{ steps.app-token.outputs.token }}"