From 95e3eb4861c712bacba6c81aa844bcc30f21b78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88kc=CC=A7e=20Go=CC=88k=20Klingel?= Date: Wed, 24 Jul 2024 09:34:42 +0200 Subject: [PATCH] upgrade github-action to 40.2.3 --- .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 f4976ea1a..982f43403 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.12 + uses: renovatebot/github-action@v40.2.3 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}