From 33ac08df26de8705b936aec3b4758a56332529ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Go=CC=88kc=CC=A7e=20Go=CC=88k=20Klingel?= Date: Tue, 16 Apr 2024 17:18:43 +0200 Subject: [PATCH] Update GitHub actions --- .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 38c802a65..c8819c5e6 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.0 + uses: renovatebot/github-action@v40.1.9 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}