From 94c718b1c2c80ef13f7a6a56d66102ca152755e6 Mon Sep 17 00:00:00 2001 From: GokceGK <161626272+GokceGK@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:11:26 +0200 Subject: [PATCH] Update GitHub actions (#332) --- .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 38c802a6..c8819c5e 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 }}