From 84bccb8a7b354033bcacc4c6162e99b2edeba624 Mon Sep 17 00:00:00 2001 From: GokceGK <161626272+GokceGK@users.noreply.github.com> Date: Wed, 22 May 2024 11:26:45 +0200 Subject: [PATCH] Update github-action to 40.1.11 (#370) --- .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 c8819c5e..89d83442 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.9 + uses: renovatebot/github-action@v40.1.11 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}