From 06d208118cd60760d9d1875602d0b3b3dcf3b5e5 Mon Sep 17 00:00:00 2001 From: "naoki-bot[bot]" <117869532+naoki-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 01:11:07 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20renovatebot/gith?= =?UTF-8?q?ub-action=20(=20v40.2.3=20=E2=86=92=20v40.2.4=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 aa81cc036..f48ac857a 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -56,7 +56,7 @@ jobs: token: "${{ steps.app-token.outputs.token }}" - name: Renovate - uses: renovatebot/github-action@v40.2.3 + uses: renovatebot/github-action@v40.2.4 with: configurationFile: .github/renovate.json5 token: "${{ steps.app-token.outputs.token }}"